Adds packages in zip_include_packages as well

This commit is contained in:
Saptak S 2024-02-27 02:01:35 +05:30
parent d58326f823
commit 44fcb6cfdb
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -83,6 +83,18 @@ setup(
"PySide6.QtGui",
"PySide6.QtWidgets",
],
"zip_include_packages": [
"cffi",
"engineio",
"engineio.async_drivers.gevent",
"engineio.async_drivers.gevent_uwsgi",
"gevent",
"jinja2.ext",
"PySide6",
"PySide6.QtCore",
"PySide6.QtGui",
"PySide6.QtWidgets",
],
"excludes": [
"test",
"tkinter",