Exclude GUI libraries (PyQt, PySide, tkinter) from packaging
This commit is contained in:
@@ -20,7 +20,7 @@ a = Analysis(
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
excludes=['gi', 'PyQt5', 'PyQt6', 'PySide2', 'PySide6', 'tkinter'],
|
||||
noarchive=False,
|
||||
optimize=0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user