diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-26 16:36:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-26 16:36:07 -0400 |
| commit | c11270aa6bffd8913c6e074f09b9d920c8f19002 (patch) | |
| tree | 5c97e2e05dcabb9b13e954528fa6783740f68fb6 /setuptools/command/easy_install.py | |
| parent | 6a3674a18d22dbea4d6b513b8e8a7ac28ada5eba (diff) | |
| parent | 297f2adceda3af402fc08311e42505c8cdc9c54b (diff) | |
| download | python-setuptools-git-c11270aa6bffd8913c6e074f09b9d920c8f19002.tar.gz | |
Merge branch 'master' into fix/1700
Diffstat (limited to 'setuptools/command/easy_install.py')
| -rw-r--r-- | setuptools/command/easy_install.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 06c98271..d7b7566c 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1180,8 +1180,7 @@ class easy_install(Command): # to the setup.cfg file. ei_opts = self.distribution.get_option_dict('easy_install').copy() fetch_directives = ( - 'find_links', 'site_dirs', 'index_url', 'optimize', - 'site_dirs', 'allow_hosts', + 'find_links', 'site_dirs', 'index_url', 'optimize', 'allow_hosts', ) fetch_options = {} for key, val in ei_opts.items(): |
