From: Jan Vlčinský Date: Wed, 6 Sep 2023 19:15:28 +0000 (+0200) Subject: setup.cfg Project Links: added Changelog + reorder (#1309) X-Git-Tag: rel_1_12_1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c9fb904d574d1df99b058b13db8e3a98354d78;p=thirdparty%2Fsqlalchemy%2Falembic.git setup.cfg Project Links: added Changelog + reorder (#1309) This shall result in alembing on pypi.org showing Changelog in the Project links section. --- diff --git a/setup.cfg b/setup.cfg index 7f9fa165..79a4a439 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,10 +28,10 @@ classifiers = Programming Language :: Python :: Implementation :: PyPy Topic :: Database :: Front-Ends project_urls = - Source = https://github.com/sqlalchemy/alembic/ Documentation = https://alembic.sqlalchemy.org/en/latest/ + Changelog = https://alembic.sqlalchemy.org/en/latest/changelog.html + Source = https://github.com/sqlalchemy/alembic/ Issue Tracker = https://github.com/sqlalchemy/alembic/issues/ - [options] packages = find_namespace: include_package_data = true