Merge 3.4

This commit is contained in:
Donald Stufft 2016-08-03 18:49:19 -04:00
commit ef330d35c8
3 changed files with 6 additions and 6 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://upload.pypi.io/legacy/'
DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/'
DEFAULT_REALM = 'pypi'
repository = None
realm = None