diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|