diff --git a/setup.py b/setup.py index 13e919c3f..7dab1fd45 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,10 @@ setup( ], url='https://pip.pypa.io/', keywords='distutils easy_install egg setuptools wheel virtualenv', + project_urls={ + "Documentation": "https://pip.pypa.io", + "Source": "https://github.com/pypa/pip", + }, author='The pip developers', author_email='pypa-dev@groups.google.com',