summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-02-18 21:28:20 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-02-18 21:28:20 (GMT)
commite12dcd7ff4d0cf76cd82284d90a397db21225bd6 (patch)
tree629d80efac62434a9c414561aac98440f8a8fa45 /Lib/distutils
parentb9ce7cd8b8cea66e3ad062fb273efdbf14a7e4e0 (diff)
downloadcpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.zip
cpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.tar.gz
cpython-e12dcd7ff4d0cf76cd82284d90a397db21225bd6.tar.bz2
Use python.org as the repository
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/command/register.py3
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',