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: