summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-03-20 22:37:01 +0100
committerFederico Caselli <cfederico87@gmail.com>2022-05-07 10:52:34 +0000
commite12582952f7f7a6d4f4524b733b4bba0e357a733 (patch)
treeb5e9481469c2691bf61e6fcb73ab071c2a380d84 /setup.cfg
parent717202241e3ab30f97cea8f4ec5bbacfd4b180a8 (diff)
downloadalembic-e12582952f7f7a6d4f4524b733b4bba0e357a733.tar.gz
Use pep517 to install alembic.
Change-Id: If7b9e9fca39e6a6abe45900ff396345c778bbaa9
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