Skip to content

Commit b9a9aae

Browse files
authored
Merge pull request #1863 from benoit-pierre/minor_cleanup
minor cleanup
2 parents 734d09c + cb8769d commit b9a9aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setuptools/command/easy_install.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,8 +1180,7 @@ def _set_fetcher_options(self, base):
11801180
# to the setup.cfg file.
11811181
ei_opts = self.distribution.get_option_dict('easy_install').copy()
11821182
fetch_directives = (
1183-
'find_links', 'site_dirs', 'index_url', 'optimize',
1184-
'site_dirs', 'allow_hosts',
1183+
'find_links', 'site_dirs', 'index_url', 'optimize', 'allow_hosts',
11851184
)
11861185
fetch_options = {}
11871186
for key, val in ei_opts.items():

0 commit comments

Comments
 (0)