This commit is contained in:
Frederik Jaeckel 2022-11-30 13:35:21 +01:00
parent bda4f66b47
commit c6f2661f9b

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',
'view/*.xml', 'icon/*.svg', 'view/*.xml', 'icon/*.svg', 'scripts/*.py',
'versiondep.txt', 'README.rst']), 'versiondep.txt', 'README.rst']),
}, },