mirror of
https://github.com/NaN-tic/trytond-sale_discount-old.git
synced 2023-12-14 06:42:58 +01:00
Setup view package data
This commit is contained in:
parent
59787dd476
commit
43bb946e62
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
|
|||
],
|
||||
package_data={
|
||||
'trytond.modules.%s' % MODULE: (info.get('xml', [])
|
||||
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst', '*.odt']),
|
||||
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst', '*.odt']),
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
Loading…
Reference in a new issue