diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-02-18 21:28:20 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-02-18 21:28:20 (GMT) |
commit | e12dcd7ff4d0cf76cd82284d90a397db21225bd6 (patch) | |
tree | 629d80efac62434a9c414561aac98440f8a8fa45 | |
parent | b9ce7cd8b8cea66e3ad062fb273efdbf14a7e4e0 (diff) | |
download | cpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.zip cpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.tar.gz cpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.tar.bz2 |
Use python.org as the repository
-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', |