From e08981ee46ebe923a8101ca8e005b3f3687a8fa4 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 19 Sep 2019 07:52:28 -0700 Subject: [PATCH] updating project url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0fb1e53..62c71718 100755 --- a/setup.py +++ b/setup.py @@ -108,6 +108,6 @@ setup( }, project_urls={ 'Documentation': 'http://docs.python-requests.org', - 'Source': 'https://github.com/kennethreitz/requests', + 'Source': 'https://github.com/psf/requests', }, )