setup add views package

This commit is contained in:
resteve 2013-11-11 19:02:14 +01:00
parent 779e9757d6
commit 8ed804b8cc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,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', 'view/*.xml', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',