diff --git a/setup.py b/setup.py index 0355afd0b..4403f162b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,6 @@ except ImportError: print("Cannot import py2exe", file=sys.stderr) exit(1) - py2exe_options = { "bundle_files": 1, "compressed": 1,