From 47c19141d03c09f543cdb3e66a0408d71c8999d2 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Tue, 1 Mar 2022 20:17:08 +0200 Subject: add GitHub URL for PyPi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index ccfd67a..3e63963 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,9 @@ setup(name="blinker", long_description=readme, license='MIT License', url='https://pythonhosted.org/blinker/', + project_urls={ + 'Source': 'https://github.com/jek/blinker', + }, python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=[ 'Development Status :: 5 - Production/Stable', -- cgit v1.2.1