Starcraft 2 Wings of Liberty AP Implementation (#528)

This commit is contained in:
TheCondor07
2022-05-18 17:27:38 -04:00
committed by GitHub
parent 90d506ee7c
commit 551cf8442f
14 changed files with 1384 additions and 1 deletions

View File

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