mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Starcraft 2 Wings of Liberty AP Implementation (#528)
This commit is contained in:
2
setup.py
2
setup.py
@@ -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": [("*", "")],
|
||||
|
Reference in New Issue
Block a user