summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-04-29 17:37:48 +0000
committersteven.bethard <devnull@localhost>2009-04-29 17:37:48 +0000
commitf1cfd4836ece12289c4bec4c5d36caf452268d3d (patch)
treeae4b2a477d46a102cb3d436dd36bb365d226445a /setup.py
parent004c255a1a75c67ca4c44e12d286e5a915e813f9 (diff)
downloadargparse-f1cfd4836ece12289c4bec4c5d36caf452268d3d.tar.gz
Update argparse homepage.
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