From f1cfd4836ece12289c4bec4c5d36caf452268d3d Mon Sep 17 00:00:00 2001 From: "steven.bethard" Date: Wed, 29 Apr 2009 17:37:48 +0000 Subject: Update argparse homepage. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.1