Setup: package the entire websockets module

This commit is contained in:
Fabian Dill
2023-07-24 00:16:06 +02:00
committed by Fabian Dill
parent 85b92e2696
commit 5b8c3425c8

View File

@@ -603,7 +603,7 @@ cx_Freeze.setup(
ext_modules=cythonize("_speedups.pyx"),
options={
"build_exe": {
"packages": ["worlds", "kivy", "cymem"],
"packages": ["worlds", "kivy", "cymem", "websockets"],
"includes": [],
"excludes": ["numpy", "Cython", "PySide2", "PIL",
"pandas"],