Add project URLs with links to source code and docs

This commit is contained in:
Grey Baker
2019-02-23 13:24:52 +00:00
parent c9309e4c59
commit 7d7d9ebacf
+4
View File
@@ -106,4 +106,8 @@ setup(
'socks': ['PySocks>=1.5.6, !=1.5.7'],
'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton'],
},
project_urls={
'Documentation': 'http://docs.python-requests.org',
'Source': 'https://github.com/kennethreitz/requests',
},
)