diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index 9a576044fc..2943263660 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -715,8 +715,6 @@ class Win32Freeze(Command, WixMixIn): if hname in handled: continue handled.add(hname) - if os.path.basename(d).startswith('six-'): - continue # We prefer the version bundled with calibre for x in os.listdir(d): if x in {'EGG-INFO', 'site.py', 'site.pyc', 'site.pyo'}: continue