From 6457a8a4acefe6f65212e3c5ef1c2cda12bbab3e Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 14 Feb 2023 10:37:25 +0100 Subject: [PATCH] setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 235b3ab..139b476 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ setup(name='%s_%s' % (PREFIX, MODULE), description='Tryton module to add categories for cashbooks.', long_description=long_description, url='https://www.m-ds.de/', + download_url='https://scmdev.m-ds.de/Tryton/Extra/cashbook_bookcategory', author='martin-data services', author_email='service@m-ds.de', license='GPL-3',