Use python.org as the repository
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 18 Feb 2003 21:28:20 +0000 (21:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 18 Feb 2003 21:28:20 +0000 (21:28 +0000)
Lib/distutils/command/register.py

index 6920d1d1c95b1ecd4e0014d469838ee54a9a6475..aac700c4803b16f129c952dee74cc1e981d6ad97 100644 (file)
@@ -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',