diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2019-10-07 21:44:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-07 21:44:13 +0000 |
| commit | b9a9aae8b3b624443722a40ca935348d2a100b7d (patch) | |
| tree | 997d24e252da887c7cd69a683cfd208acade998b /setuptools/command/easy_install.py | |
| parent | 734d09c5a3f48338b6a3d7687c5f9d0ed02ab479 (diff) | |
| parent | cb8769d7d1a694d37194c44b98c543b2d5d38fc5 (diff) | |
| download | python-setuptools-git-b9a9aae8b3b624443722a40ca935348d2a100b7d.tar.gz | |
Merge pull request #1863 from benoit-pierre/minor_cleanup
minor cleanup
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(): |
