]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
setup.cfg Project Links: added Changelog + reorder (#1309)
authorJan Vlčinský <jan.vlcinsky@gmail.com>
Wed, 6 Sep 2023 19:15:28 +0000 (21:15 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 19:15:28 +0000 (21:15 +0200)
This shall result in alembing on pypi.org showing Changelog in the
Project links section.

setup.cfg

index 7f9fa16557039f2455fc7cc6f97ed48098949ca8..79a4a439acfcb6bdcce98a487e8b9e097a6dabcf 100644 (file)
--- 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