From 3d52c2a8b5f591ef7bc0eb86c177cf3a544e0bdd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 19 Mar 2017 22:36:31 -0400 Subject: [PATCH] kennethreitz --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b5458c2..8f9471d 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ setup( # long_description=long_description, # The project URL. - url='https://github.com/Runscope/httpbin', + url='https://github.com/kennethreitz/httpbin', # Author details - author='Runscope', - author_email='httpbin@runscope.com', + author='Kenneth Reitz', + author_email='me@kennethreitz.org', # Choose your license license='MIT',