diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 11:18:47 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 11:18:47 -0400 |
| commit | c5e74cbc8d7a3899f1f276be59d2a7b52e551eab (patch) | |
| tree | 4558a13c024cc174c4471a30a8c84781c01be4ef /ez_setup.py | |
| parent | 9ca207c7fafdfae6b054077766b0df55dd95a0b6 (diff) | |
| download | python-setuptools-git-c5e74cbc8d7a3899f1f276be59d2a7b52e551eab.tar.gz | |
Use https in ez_setup (fixes #10)
Diffstat (limited to 'ez_setup.py')
| -rw-r--r-- | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 5a0af32c..cb1ee506 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ except ImportError: USER_SITE = None DEFAULT_VERSION = "0.7.1" -DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" +DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): args = (sys.executable,) + args |
