diff options
author | Donald Stufft <donald@stufft.io> | 2016-07-06 21:39:23 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-07-06 21:39:23 (GMT) |
commit | 7127b62702bd50bf44138e6f57334887cbcb5ca8 (patch) | |
tree | 994a3d406f07908162850881f3f0beb3c4565a5a /Lib/distutils/config.py | |
parent | 65be04c77868dad0786a4d8d6e5bf4c8f3505bea (diff) | |
download | cpython-7127b62702bd50bf44138e6f57334887cbcb5ca8.zip cpython-7127b62702bd50bf44138e6f57334887cbcb5ca8.tar.gz cpython-7127b62702bd50bf44138e6f57334887cbcb5ca8.tar.bz2 |
Switch to the new upload url for PyPI
Diffstat (limited to 'Lib/distutils/config.py')
-rw-r--r-- | Lib/distutils/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index 7dbcc46..acf98e2 100644 --- a/Lib/distutils/config.py +++ b/Lib/distutils/config.py @@ -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 |