We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900d751 commit 04184d8Copy full SHA for 04184d8
setup.py
@@ -51,6 +51,11 @@
51
author="Andrey Petrov",
52
author_email="[email protected]",
53
url="https://urllib3.readthedocs.io/",
54
+ project_urls={
55
+ "Documentation": "https://urllib3.readthedocs.io/",
56
+ "Code": "https://github.com/urllib3/urllib3",
57
+ "Issue tracker": "https://github.com/urllib3/urllib3/issues",
58
+ },
59
license="MIT",
60
packages=[
61
"urllib3",
0 commit comments