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
[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