mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 22:31:02 -04:00
Adds packages in zip_include_packages as well
This commit is contained in:
parent
d58326f823
commit
44fcb6cfdb
1 changed files with 12 additions and 0 deletions
|
@ -83,6 +83,18 @@ setup(
|
||||||
"PySide6.QtGui",
|
"PySide6.QtGui",
|
||||||
"PySide6.QtWidgets",
|
"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": [
|
"excludes": [
|
||||||
"test",
|
"test",
|
||||||
"tkinter",
|
"tkinter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue