diff options
-rw-r--r-- | Lib/distutils/command/register.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 6920d1d..aac700c 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', |