From 05c56c38f2ff08dca00097e7e160128727d49ba3 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Mon, 28 Feb 2022 22:08:56 +0200 Subject: [PATCH] add GitHub URL for PyPi (#994) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5865d48c..81db811a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,8 @@ classifiers = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Database :: Front-Ends +project_urls = + Source = https://github.com/sqlalchemy/alembic [options] packages = find: -- 2.47.2