From fb7929044af4a8560e0da8f88905f4617b9042f5 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Wed, 3 Aug 2016 18:43:38 -0400 Subject: Switch upload.pypi.io to upload.pypi.org --- Lib/distutils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/config.py') diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index 9b06d7699e..96469ca91c 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 -- cgit v1.2.1