diff options
author | Donald Stufft <donald@stufft.io> | 2016-08-03 22:49:19 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-08-03 22:49:19 (GMT) |
commit | ef330d35c8223157cf2d395915efbdce41a3173f (patch) | |
tree | a095c40ebfc57b9b57e9fae42cda6336a74a4a45 /Lib/distutils/config.py | |
parent | bed6891c7761888a2ea7b46c7b703c942e14091b (diff) | |
parent | c6c2217f2770c3791310a930a05eb4e60bb33282 (diff) | |
download | cpython-ef330d35c8223157cf2d395915efbdce41a3173f.zip cpython-ef330d35c8223157cf2d395915efbdce41a3173f.tar.gz cpython-ef330d35c8223157cf2d395915efbdce41a3173f.tar.bz2 |
Merge 3.4
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 3c54d8a..bf8d8dd 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://upload.pypi.io/legacy/' + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' DEFAULT_REALM = 'pypi' repository = None realm = None |