summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2a1bdf3..448f866 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ distutils.core.setup(
version='0.9.1',
author='Steven Bethard',
author_email='steven.bethard@gmail.com',
- url='http://argparse.python-hosting.com/',
+ url='http://code.google.com/p/argparse/',
description='An optparse-inspired command-line parsing library',
long_description = textwrap.dedent("""\
Argparse takes the best of the optparse command-line parsing module