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:
Alex Pyrgiotis 2023-02-01 18:31:38 +02:00
parent aeeed411a0
commit 23ee60d3f3
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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",