From b298b3cf32fb0310b7b251e5d7dc73c26419f466 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Wed, 2 May 2018 20:32:57 +1000 Subject: [PATCH] setup.py - fixed url following relocation to 'requests' org. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86e3d5b..d3ee0d9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( # long_description=long_description, # The project URL. - url='https://github.com/kennethreitz/httpbin', + url='https://github.com/requests/httpbin', # Author details author='Kenneth Reitz',