From f8e8d3f6d5c95d07cf3db0a73e55b02fd9f4455f Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Mon, 28 Oct 2024 17:40:26 +0100 Subject: [PATCH] Pypi.io does not exists anymore. It was a temporary url, still redirect for some GET but should not be used. --- flit/upload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flit/upload.py b/flit/upload.py index 4a9697c8..cd7f5a3a 100644 --- a/flit/upload.py +++ b/flit/upload.py @@ -28,7 +28,6 @@ "http://pypi.python.org/", "http://testpypi.python.org/", "http://upload.pypi.org/", - "http://upload.pypi.io/", )