From 18e16811f43bf57fcb78ce5cb328ec2f320bd3c5 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Wed, 21 Aug 2019 21:46:35 +0200 Subject: [PATCH] [cxFreeze] bundle more context files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a132728..4bbe3df2 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ class PlatformExecutable(Executable): build_exe_options = { # include dynamically loaded plugins "packages": ["meshroom.nodes", "meshroom.submitters"], - "include_files": ['COPYING.md'] + "include_files": ["CHANGES.md", "COPYING.md", "LICENSE-MPL2.md", "README.md"] } if platform.system() == PlatformExecutable.Linux: