summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',