1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Changing the default index URL to use HTTPS.

This commit is contained in:
James Cleveland 2013-02-04 19:35:35 +00:00
parent e17be25041
commit b9ea089323

View file

@ -21,7 +21,7 @@ index_url = make_option(
'-i', '--index-url', '--pypi-url',
dest='index_url',
metavar='URL',
default='http://pypi.python.org/simple/',
default='https://pypi.python.org/simple/',
help='Base URL of Python Package Index (default %default).')
extra_index_url = make_option(