summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2022-02-28 21:12:58 +0100
committerCaselIT <cfederico87@gmail.com>2022-02-28 21:12:58 +0100
commitb231d15d825adebda55ed57a238cd56eeda5aa0d (patch)
treed0ef61dd92527d4ad0bfcb4beae0b19a2029189d /setup.cfg
parent05c56c38f2ff08dca00097e7e160128727d49ba3 (diff)
downloadalembic-b231d15d825adebda55ed57a238cd56eeda5aa0d.tar.gz
more links to pypi, add 3.10 to classifiers
Change-Id: I9af924f6d28ebbfc1186b5369655bed7d3348766
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 81db811..0bc2762 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,11 +29,14 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database :: Front-Ends
project_urls =
- Source = https://github.com/sqlalchemy/alembic
+ Source = https://github.com/sqlalchemy/alembic/
+ Documentation = https://alembic.sqlalchemy.org/en/latest/
+ Issue Tracker = https://github.com/sqlalchemy/alembic/issues/
[options]
packages = find: