mirror of
https://github.com/NaN-tic/trytond-stock_scanner.git
synced 2023-12-14 04:12:58 +01:00
Fix packaging views
This commit is contained in:
parent
c34853b3e3
commit
f5d010ee36
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue