use dynamic item name groups in State

This commit is contained in:
Fabian Dill
2021-07-21 09:45:15 +02:00
parent a503134533
commit e105616b96
3 changed files with 21 additions and 24 deletions

View File

@@ -82,7 +82,7 @@ cx_Freeze.setup(
executables=exes,
options={
"build_exe": {
"packages": ["websockets"],
"packages": ["websockets", "worlds"],
"includes": [],
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],
@@ -172,7 +172,7 @@ cx_Freeze.setup(
executables=exes,
options={
"build_exe": {
"packages": ["websockets", "kivy"],
"packages": ["websockets", "kivy", "worlds"],
"includes": [],
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],