From e12dcd7ff4d0cf76cd82284d90a397db21225bd6 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 18 Feb 2003 21:28:20 +0000 Subject: Use python.org as the repository --- Lib/distutils/command/register.py | 3 +-- 1 file changed, 1 insertion(+), 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', -- cgit v0.12