summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3a446e7..a8f4684 100644
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,9 @@ setuptools.setup(
author='Linden Lab',
author_email='eventletdev@lists.secondlife.com',
url='http://eventlet.net',
+ project_urls={
+ 'Source': 'https://github.com/eventlet/eventlet',
+ },
packages=setuptools.find_packages(exclude=['benchmarks', 'tests', 'tests.*']),
install_requires=(
'dnspython >= 1.15.0',