This commit is contained in:
Oscar 2021-11-24 17:31:13 -05:00
parent c87b02c1f9
commit 26d8272792
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ setup(name=name,
],
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.odt', '*.ods']),
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.odt', '*.ods',
'*.fods', '*.fodt']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',