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