setup.py - fixed url following relocation to 'requests' org.

This commit is contained in:
Brett Randall
2018-05-02 20:32:57 +10:00
committed by GitHub
parent f22f72a8fb
commit b298b3cf32
+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',