Add view to package_data

This commit is contained in:
Sharoon Thomas 2015-06-03 14:23:25 +05:30
parent c6ee28d61b
commit 8ca3ab0d5b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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',