]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
remove some additional legacy setuptools elements
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2025 17:52:26 +0000 (12:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2025 17:52:26 +0000 (12:52 -0500)
copying dogpile.cache here, most importantly remove the
tag-build=dev thing since release scripts don't make edits
to pyproject.toml on this front.

Change-Id: I1fdead960c859a491376a059760938975fd17746

pyproject.toml

index 8034dd0c640899631c7a81296131fa7056b11070..813779abaad95c83206d9f811c6deced5f5de8b1 100644 (file)
@@ -76,19 +76,6 @@ namespaces = true
 [tool.setuptools.dynamic]
 version = {attr = "alembic.__version__"}
 
-[tool.distutils.egg_info]
-tag-build = "dev"
-
-[tool.distutils.upload_docs]
-upload-dir = "docs/build/output/html"
-
-[tool.distutils.upload]
-sign = 1
-identity = "C4DAFEE1"
-
-
-
-
 
 [tool.black]
 line-length = 79