From 4ff3f7e1a35fc8647e6e311e4aaf49bb0cb6fe2b Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 6 Sep 2021 06:45:18 +0800 Subject: [PATCH] don't bundle files when using py2exe --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6bd22e3..e01bff5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "py2exe": "options": { "py2exe": { "optimize": 2, - "bundle_files": 1, } }, "zipfile": None,