Merge pull request #7580 from hugovk/patch-1

Add docs and repo to project_urls metadata
This commit is contained in:
Christopher Hunt 2020-01-12 07:48:20 +08:00 committed by GitHub
commit 6b51ee1a39
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',