This commit is contained in:
Frederik Jaeckel 2022-10-20 15:13:13 +02:00
parent 264bd66040
commit 150174f455

View file

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