mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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"
|
description = "register the distribution with the repository"
|
||||||
|
|
||||||
# XXX must update this to python.org before 2.3final!
|
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
|
||||||
DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
|
|
||||||
|
|
||||||
user_options = [
|
user_options = [
|
||||||
('repository=', 'r',
|
('repository=', 'r',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue