This commit is contained in:
2026-05-24 19:43:54 +02:00
parent 54309a1980
commit aed68ba6f4
9 changed files with 76 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ setup(name=name,
),
package_data={
'trytond.modules.purchase_trade': (info.get('xml', [])
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po']),
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',