summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a5917b..9e0c131 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,7 @@
[metadata]
name = alembic
-
-# version comes from setup.py; setuptools
-# can't read the "attr:" here without importing
-# until version 47.0.0 which is too recent
-
-
+version = attr: alembic.__version__
description = A database migration tool for SQLAlchemy.
long_description = file: README.rst
long_description_content_type = text/x-rst