Fix packaging views

This commit is contained in:
Oriol Alfonso 2019-03-01 16:52:18 +01:00
parent c34853b3e3
commit f5d010ee36

View file

@ -77,7 +77,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
],
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst']),
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst', 'view/*.xml']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',