summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvelino <avelinorun@gmail.com>2022-03-01 18:05:57 -0300
committerGitHub <noreply@github.com>2022-03-01 18:05:57 -0300
commit5a6c620b2a51adad2591e0d161d392cb8c0d4c50 (patch)
treebf604e3024617aede83fb395c71569d9c8f74872
parenteb1982ea22937a042f5a6e98c5709f779a8fd66c (diff)
parent3f7574b0af03d3ecb88ccb98993f81fd6acb36c5 (diff)
downloadbottle-5a6c620b2a51adad2591e0d161d392cb8c0d4c50.tar.gz
Merge pull request #1369 from andriyor/patch-1
add GitHub URL for PyPi
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 11b531c..c32ef0c 100755
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,9 @@ setup(name='bottle',
author=bottle.__author__,
author_email='marc@gsites.de',
url='http://bottlepy.org/',
+ project_urls={
+ 'Source': 'https://github.com/bottlepy/bottle',
+ },
py_modules=['bottle'],
scripts=['bottle.py'],
license='MIT',