We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ce7cd commit e12dcd7Copy full SHA for e12dcd7
1 file changed
Lib/distutils/command/register.py
@@ -17,8 +17,7 @@ class register(Command):
17
18
description = "register the distribution with the repository"
19
20
- # XXX must update this to python.org before 2.3final!
21
- DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
+ DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
22
23
user_options = [
24
('repository=', 'r',
0 commit comments