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', + }, )