diff --git a/setup.py b/setup.py index 11d694c2..41b0df96 100755 --- a/setup.py +++ b/setup.py @@ -161,6 +161,9 @@ author=AUTHOR, author_email=AUTHOR_EMAIL, url=URL, + project_urls={ + 'Source': 'https://github.com/PythonCharmers/python-future', + }, description=DESCRIPTION, long_description=LONG_DESC, license=LICENSE,