This commit is contained in:
Frederik Jaeckel 2022-10-20 14:48:31 +02:00
parent 73e30e1a88
commit f22258e4e5

View file

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