summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 05:39:24 -0700
committerGitHub <noreply@github.com>2022-07-17 05:39:24 -0700
commiteb48ea651000ec4ad444726f5183badda3e7868e (patch)
treebb482948ae7a23580ffbe8181123e22d1646ba75
parentb5e9f0629200d2b2f62e13e595b802948bb4fefb (diff)
parent47c19141d03c09f543cdb3e66a0408d71c8999d2 (diff)
downloadblinker-eb48ea651000ec4ad444726f5183badda3e7868e.tar.gz
Merge pull request #70 from andriyor/patch-1
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',