From 99f582185e3ef5a7264d319fa960aadb55df982b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 10 Jan 2020 23:33:05 +0200 Subject: [PATCH] Add docs and repo to project_urls metadata --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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',