merge 3.4

This commit is contained in:
Benjamin Peterson 2016-07-06 14:00:38 -07:00
commit 9409b4aa8f
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ password:%s
class PyPIRCCommand(Command):
"""Base command that knows how to handle the .pypirc file
"""
DEFAULT_REPOSITORY = 'https://pypi.python.org/pypi'
DEFAULT_REPOSITORY = 'https://upload.pypi.io/legacy/'
DEFAULT_REALM = 'pypi'
repository = None
realm = None