mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Use python.org as the repository
This commit is contained in:
parent
b9ce7cd8b8
commit
e12dcd7ff4
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue