summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2019-09-27 15:18:01 +0200
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-09-27 08:18:01 -0500
commit04184d837300ed47ed2aaee55cfd82891eb8ee1c (patch)
tree07deb0e0015a5399055cf1c46272608d68886184
parent900d751903ff93c2e633f890f72c78d69b9818a0 (diff)
downloadurllib3-04184d837300ed47ed2aaee55cfd82891eb8ee1c.tar.gz
Add links for docs/code/issue tracker to setup.py (#1698)
-rwxr-xr-xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index de06f2da..a94ad157 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,11 @@ setup(
author="Andrey Petrov",
author_email="andrey.petrov@shazow.net",
url="https://urllib3.readthedocs.io/",
+ project_urls={
+ "Documentation": "https://urllib3.readthedocs.io/",
+ "Code": "https://github.com/urllib3/urllib3",
+ "Issue tracker": "https://github.com/urllib3/urllib3/issues",
+ },
license="MIT",
packages=[
"urllib3",