commit | ad04a85aff8920661180a3be656c2f89e38730e1 | [log] [tgz] |
---|---|---|
author | Donald Stufft <donald@stufft.io> | Wed Jul 06 16:18:39 2016 -0400 |
committer | Donald Stufft <donald@stufft.io> | Wed Jul 06 16:18:39 2016 -0400 |
tree | 537c4a27779d8219e1d719fabdea1541e1b0d99a | |
parent | 91058707cfd95f65f844f74a7f8e7c208e53bc22 [diff] [blame] |
Switch to the new upload url for PyPI
diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index 382aca8..2d5770c 100644 --- a/Lib/distutils/config.py +++ b/Lib/distutils/config.py
@@ -21,7 +21,7 @@ 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