Explicitly exclude top-level folders from cx_Freeze build

This commit is contained in:
Micah Lee 2022-03-31 11:57:15 -07:00
parent faafcc12fd
commit 6f339a2c62

View File

@ -166,6 +166,9 @@ setup(
"PySide2.QtWidgets",
],
"excludes": [
"package",
"screenshots",
"scripts",
"test",
"tkinter",
"PySide2.Qt3DAnimation",