Skip to content

Commit 950cfd7

Browse files
authored
fix installation of readability to support https on pypi
1 parent 09f2756 commit 950cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def quote(arg):
4747
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
4848

4949
DEFAULT_VERSION = "0.6.10"
50-
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
50+
DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"
5151
SETUPTOOLS_FAKED_VERSION = "0.6c11"
5252

5353
SETUPTOOLS_PKG_INFO = """\

0 commit comments

Comments
 (0)