From fbbb7bd96cf301dcc865ae2811a462c1523e4b7c Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 28 Feb 2023 09:13:29 +0100 Subject: [PATCH] setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index e0b1278..64a5012 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,9 @@ setup(name='%s_%s' % (PREFIX, MODULE), version=info.get('version', '0.0.1'), description='Tryton module to add investment items.', 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/investment', author='martin-data services', author_email='service@m-ds.de', license='GPL-3',