mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-08 23:49:37 -04:00
Adds packages in zip_include_packages as well
This commit is contained in:
parent
4c3593faf0
commit
b35bfbf5f4
1 changed files with 12 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue