From 52bd7b303370a4520a79b8e3c77942e0b6bd1d88 Mon Sep 17 00:00:00 2001 From: deeplow Date: Wed, 19 Oct 2022 11:11:34 +0100 Subject: [PATCH] Add long description to setup.py Building stdeb on bookworm is failing [1] on a missing long_description: File "/usr/lib/python3/dist-packages/stdeb/util.py", line 934, in __init__ for line in long_description.split('\n'): AttributeError: 'NoneType' object has no attribute 'split' [1]: https://app.circleci.com/pipelines/github/freedomofpress/dangerzone/484/workflows/38c579d5-b335-49ab-b56d-9539d93ef16e/jobs/2110 --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 2b4c03b..29f4c92 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,11 @@ setuptools.setup( author_email="micah.lee@theintercept.com", license="MIT", description="Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs", + long_description="""\ +Dangerzone is an open source desktop application that takes potentially \ +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/firstlookmedia/dangerzone", packages=["dangerzone", "dangerzone.gui"], data_files=[