add folder 'view' to setup.py
This commit is contained in:
parent
8e1833b205
commit
1c8e1f687f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -101,7 +101,7 @@ setup(
|
||||||
info.get('xml', [])
|
info.get('xml', [])
|
||||||
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
|
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
|
||||||
'template/*/*.xml', 'versiondep.txt', 'README.rst',
|
'template/*/*.xml', 'versiondep.txt', 'README.rst',
|
||||||
'tests/*/*/*/*.xsd',
|
'tests/*/*/*/*.xsd', 'view/*.xml',
|
||||||
'tests/*/*.xsd', 'tests/*/*.sch', 'tests/*/*.xml',
|
'tests/*/*.xsd', 'tests/*/*.sch', 'tests/*/*.xml',
|
||||||
'tests/*/*/*.xslt', 'tests/*/*/*.xml']),
|
'tests/*/*/*.xslt', 'tests/*/*/*.xml']),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue