From 23ee60d3f3de6ab794eec9a0b93859f0ca81029a Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 1 Feb 2023 18:31:38 +0200 Subject: [PATCH] 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`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e30e337..602c17c 100644 --- a/setup.py +++ b/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.\ """, url="https://github.com/freedomofpress/dangerzone", - packages=["dangerzone", "dangerzone.gui"], + packages=["dangerzone", "dangerzone.gui", "dangerzone.isolation_provider"], data_files=[ ( "share/applications",