summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcburroughs <chris.burroughs@gmail.com>2009-11-15 21:18:52 -0500
committercburroughs <chris.burroughs@gmail.com>2009-11-15 21:18:52 -0500
commite170718ebf43809ff51d3cf04ef6aebc79f0ccda (patch)
tree6708c8cff53b44aab3c03e8202b0373421680e02 /setup.py
parent8e293f918dcc0f2f590045cae97d5c133a3e2881 (diff)
downloadpep8-e170718ebf43809ff51d3cf04ef6aebc79f0ccda.tar.gz
And all is righted.
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=[],