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", "PySide2.QtWidgets",
], ],
"excludes": [ "excludes": [
"package",
"screenshots",
"scripts",
"test", "test",
"tkinter", "tkinter",
"PySide2.Qt3DAnimation", "PySide2.Qt3DAnimation",