From: Andrew M. Kuchling Date: Tue, 18 Feb 2003 21:28:20 +0000 (+0000) Subject: Use python.org as the repository X-Git-Tag: v2.3c1~1792 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e12dcd7ff4d0cf76cd82284d90a397db21225bd6;p=thirdparty%2FPython%2Fcpython.git Use python.org as the repository --- diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 6920d1d1c95b..aac700c4803b 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py @@ -17,8 +17,7 @@ class register(Command): description = "register the distribution with the repository" - # XXX must update this to python.org before 2.3final! - DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi' + DEFAULT_REPOSITORY = 'http://www.python.org/pypi' user_options = [ ('repository=', 'r',