summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Oriekhov <andriyorehov@gmail.com>2022-03-01 20:17:08 +0200
committerAndrii Oriekhov <andriyorehov@gmail.com>2022-03-01 20:17:08 +0200
commit47c19141d03c09f543cdb3e66a0408d71c8999d2 (patch)
treebb482948ae7a23580ffbe8181123e22d1646ba75
parentb5e9f0629200d2b2f62e13e595b802948bb4fefb (diff)
downloadblinker-47c19141d03c09f543cdb3e66a0408d71c8999d2.tar.gz
add GitHub URL for PyPi
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
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',