diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,6 @@ [metadata] name = SQLAlchemy -# 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: sqlalchemy.__version__ description = Database Abstraction Library long_description = file: README.rst long_description_content_type = text/x-rst |