Merge pull request #4999 from greysteil/add-project-urls

Add project URLs with links to source code and docs
This commit is contained in:
2019-08-20 00:21:31 -04:00
committed by GitHub
+4
View File
@@ -105,4 +105,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',
},
)