Skip to content

Commit e12dcd7

Browse files
committed
Use python.org as the repository
1 parent b9ce7cd commit e12dcd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/distutils/command/register.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ class register(Command):
1717

1818
description = "register the distribution with the repository"
1919

20-
# XXX must update this to python.org before 2.3final!
21-
DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
20+
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
2221

2322
user_options = [
2423
('repository=', 'r',

0 commit comments

Comments
 (0)