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 aff969ee09
commit 9079dee4e3
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

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