Skip to content

Commit

Permalink
fix installation of readability to support https on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mylokin authored Oct 26, 2017
1 parent 09f2756 commit 950cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def quote(arg):
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0

DEFAULT_VERSION = "0.6.10"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"

SETUPTOOLS_PKG_INFO = """\
Expand Down

0 comments on commit 950cfd7

Please sign in to comment.