mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add missing Dangerzone module in setup.py
While creating a Debian package for Dangerzone, we found out that the `dangerzone.isolation_provider` submodule was not copied to the final package. Turns out that it was missing from the packages list that we define in `setup.py`. Include this package in the proper section in `setup.py`.
This commit is contained in:
parent
aeeed411a0
commit
23ee60d3f3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ dangerous PDFs, office documents, or images and converts them to safe PDFs. \
|
||||||
It uses container technology to convert the documents within a secure sandbox.\
|
It uses container technology to convert the documents within a secure sandbox.\
|
||||||
""",
|
""",
|
||||||
url="https://github.com/freedomofpress/dangerzone",
|
url="https://github.com/freedomofpress/dangerzone",
|
||||||
packages=["dangerzone", "dangerzone.gui"],
|
packages=["dangerzone", "dangerzone.gui", "dangerzone.isolation_provider"],
|
||||||
data_files=[
|
data_files=[
|
||||||
(
|
(
|
||||||
"share/applications",
|
"share/applications",
|
||||||
|
|
Loading…
Reference in a new issue