exclude Qt from build

This commit is contained in:
adrienmalin 2019-10-02 02:29:00 +02:00
parent 2a7900586c
commit 0b3dd847d3

View File

@ -22,7 +22,7 @@ setup(
options={
"build_exe": {
"packages": ["arcade", "pyglet"],
"excludes": ["tkinter"],
"excludes": ["tkinter", "PyQt4", "PyQt5", "PySide", "PySide2"],
"include_files": "res",
"silent": True
}