mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Change location of the package index to pypi.python.org/pypi
This commit is contained in:
parent
55248d6c61
commit
254b8f9096
3 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@ class register(Command):
|
|||
|
||||
description = ("register the distribution with the Python package index")
|
||||
|
||||
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
|
||||
DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
|
||||
|
||||
user_options = [
|
||||
('repository=', 'r',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue