We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f2756 commit 950cfd7Copy full SHA for 950cfd7
distribute_setup.py
@@ -47,7 +47,7 @@ def quote(arg):
47
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
48
49
DEFAULT_VERSION = "0.6.10"
50
-DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
+DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"
51
SETUPTOOLS_FAKED_VERSION = "0.6c11"
52
53
SETUPTOOLS_PKG_INFO = """\
0 commit comments