add folder 'view' to setup.py

This commit is contained in:
Frederik Jaeckel 2024-12-12 11:52:50 +01:00
parent 5dad4ce239
commit 1e8562f260

View file

@ -99,7 +99,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']),
}, },