From: Mike Bayer Date: Tue, 4 Mar 2025 17:52:26 +0000 (-0500) Subject: remove some additional legacy setuptools elements X-Git-Tag: rel_1_15_0~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=18e8c45e6efc47fb6e7dec1dafa8321b62650469;p=thirdparty%2Fsqlalchemy%2Falembic.git remove some additional legacy setuptools elements 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 --- diff --git a/pyproject.toml b/pyproject.toml index 8034dd0c..813779ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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