From 74f9d91c5330ad92d01ae0fcd36c388fa25d6922 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 14 Feb 2023 11:24:34 +0100 Subject: [PATCH] setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b1a0cf1..8a7194e 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ setup(name='%s_%s' % (PREFIX, MODULE), version=info.get('version', '0.0.1'), description='Tryton module to add reports to cashbook.', long_description=long_description, + long_description_content_type='text/x-rst', url='https://www.m-ds.de/', download_url='https://scmdev.m-ds.de/Tryton/Extra/cashbook_report', author='martin-data services',