Merge pull request #444 from javabrett/patch-2

setup.py - fixed url following relocation to 'requests' org.
This commit is contained in:
Ian Stapleton Cordasco
2018-05-06 13:47:13 -05:00
committed by GitHub
+1 -1
View File
@@ -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',