Switch upload.pypi.io to upload.pypi.org

This commit is contained in:
Donald Stufft 2016-08-03 18:43:38 -04:00
parent 4cbb23f8f2
commit fb7929044a
3 changed files with 4 additions and 4 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