This commit is contained in:
Frederik Jaeckel 2022-10-20 14:48:31 +02:00
parent 865780147a
commit 7ad7a3760e

View file

@ -97,7 +97,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
package_data={ package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', []) 'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py', + ['tryton.cfg', 'locale/*.po', 'tests/*.py',
'versiondep.txt', 'README.rst']), 'report/*.fodt', 'versiondep.txt', 'README.rst']),
}, },
install_requires=requires, install_requires=requires,