mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Change location of the package index to pypi.python.org/pypi.
This commit is contained in:
parent
44cb859cb7
commit
088277f290
3 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,7 @@ class upload(Command):
|
|||
|
||||
description = "upload binary package to PyPI"
|
||||
|
||||
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