setup.py
This commit is contained in:
parent
ea282daa05
commit
6cf6584f92
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -67,7 +67,9 @@ setup(name='%s_%s' % (PREFIX, MODULE),
|
||||||
version=info.get('version', '0.0.1'),
|
version=info.get('version', '0.0.1'),
|
||||||
description='Tryton module to add import/export to cashbook.',
|
description='Tryton module to add import/export to cashbook.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type='text/x-rst',
|
||||||
url='https://www.m-ds.de/',
|
url='https://www.m-ds.de/',
|
||||||
|
download_url='https://scmdev.m-ds.de/Tryton/Extra/cashbook_dataexchange',
|
||||||
author='martin-data services',
|
author='martin-data services',
|
||||||
author_email='service@m-ds.de',
|
author_email='service@m-ds.de',
|
||||||
license='GPL-3',
|
license='GPL-3',
|
||||||
|
|
Loading…
Reference in a new issue