From: CaselIT Date: Mon, 28 Feb 2022 20:12:58 +0000 (+0100) Subject: more links to pypi, add 3.10 to classifiers X-Git-Tag: rel_1_7_7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b231d15d825adebda55ed57a238cd56eeda5aa0d;p=thirdparty%2Fsqlalchemy%2Falembic.git more links to pypi, add 3.10 to classifiers Change-Id: I9af924f6d28ebbfc1186b5369655bed7d3348766 --- diff --git a/setup.cfg b/setup.cfg index 81db811a..0bc27621 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: