mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -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.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