summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e9fe144..769c05c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,8 @@ setup(name='pep8',
classifiers=[],
keywords='pep8',
author='Johann C. Rocholl',
- author_email='johann@browsershots.org',
- url='http://github.com/cburroughs/pep8.py/tree/master',
+ author_email='johann@rocholl.net',
+ url='http://github.com/jcrocholl/pep8',
license='Expat license',
py_modules=['pep8'],
namespace_packages=[],