From 7d7d9ebacfb99ef1edb5412505a2402affedd848 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Sat, 23 Feb 2019 13:24:52 +0000 Subject: [PATCH] Add project URLs with links to source code and docs --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 10ce2c62..0b3bcaee 100755 --- a/setup.py +++ b/setup.py @@ -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', + }, )