Factorio: update setup

This commit is contained in:
Fabian Dill
2021-07-03 00:30:00 +02:00
parent 85ce2aff47
commit ac919f72a8
2 changed files with 8 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ cx_Freeze.setup(
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],
"zip_include_packages": ["*"],
"zip_exclude_packages": ["kivy"],
"zip_exclude_packages": ["kivy", "worlds"],
"include_files": [],
"include_msvcr": True,
"replace_paths": [("*", "")],