From 93c9fb904d574d1df99b058b13db8e3a98354d78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Vl=C4=8Dinsk=C3=BD?= Date: Wed, 6 Sep 2023 21:15:28 +0200 Subject: [PATCH] setup.cfg Project Links: added Changelog + reorder (#1309) This shall result in alembing on pypi.org showing Changelog in the Project links section. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2