Add docs and repo to project_urls metadata

This commit is contained in:
Hugo van Kemenade 2020-01-10 23:33:05 +02:00 committed by GitHub
parent 0a57e4e9f2
commit 99f582185e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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',