Skip to content

Commit cb8769d

Browse files
committed
minor cleanup
1 parent 734d09c commit cb8769d

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)