Exclude GUI libraries (PyQt, PySide, tkinter) from packaging

This commit is contained in:
2026-05-14 10:42:30 +02:00
parent eafe02200c
commit 4cf5a322ae

View File

@@ -20,7 +20,7 @@ a = Analysis(
hookspath=[], hookspath=[],
hooksconfig={}, hooksconfig={},
runtime_hooks=[], runtime_hooks=[],
excludes=[], excludes=['gi', 'PyQt5', 'PyQt6', 'PySide2', 'PySide6', 'tkinter'],
noarchive=False, noarchive=False,
optimize=0, optimize=0,
) )