diff --git a/pyproject.toml b/pyproject.toml index 6a676ca51..f73b80fa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,12 @@ version = "0.4.2" description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs" authors = ["Freedom of the Press Foundation ", "Micah Lee "] license = "MIT" +include = [ + "share/", + "qubes/", + "install/linux/press.freedom.dangerzone.*", + "README.md" +] [tool.poetry.dependencies] python = ">=3.7,<3.12"