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
1 changed files with 1 additions and 1 deletions

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"],