From b66c6453cb654f38e084d8de7b6775aa10e1b8f9 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Wed, 2 Mar 2022 15:53:10 +0200 Subject: [PATCH] add GitHub URL for PyP --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 46d86acb..6970c146 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,9 @@ author='Eric Lemoine', author_email='eric.lemoine@gmail.com', url='https://geoalchemy-2.readthedocs.io/en/latest/', + project_urls={ + 'Source': 'https://github.com/geoalchemy/geoalchemy2', + }, license='MIT', python_requires=">=3.6", packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'doc']),