From b231d15d825adebda55ed57a238cd56eeda5aa0d Mon Sep 17 00:00:00 2001 From: CaselIT Date: Mon, 28 Feb 2022 21:12:58 +0100 Subject: more links to pypi, add 3.10 to classifiers Change-Id: I9af924f6d28ebbfc1186b5369655bed7d3348766 --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.cfg') 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: -- cgit v1.2.1