We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353acf8 commit a0c7f1cCopy full SHA for a0c7f1c
distribute_setup.py
@@ -50,7 +50,7 @@ def quote(arg):
50
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
51
52
DEFAULT_VERSION = "0.6.45"
53
-DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
+DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"
54
SETUPTOOLS_FAKED_VERSION = "0.6c11"
55
56
SETUPTOOLS_PKG_INFO = """\
0 commit comments