summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-01-10 23:33:05 +0200
committerGitHub <noreply@github.com>2020-01-10 23:33:05 +0200
commit99f582185e3ef5a7264d319fa960aadb55df982b (patch)
treebbd7804ec8ba3b7bb4bfc2ee9efcbaf0d9c8402d /setup.py
parent0a57e4e9f27e9e7b2c95bf1c5e6e71a36ecbeded (diff)
downloadpip-99f582185e3ef5a7264d319fa960aadb55df982b.tar.gz
Add docs and repo to project_urls metadata
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
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',