Merge branch 'main' into 7.0
This commit is contained in:
commit
6659730857
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -99,7 +99,9 @@ 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',
|
||||||
|
'tests/*/*.xsd', 'tests/*/*.sch', 'tests/*/*.xml',
|
||||||
|
'tests/*/*/*.xslt', 'tests/*/*/*.xml']),
|
||||||
},
|
},
|
||||||
|
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
|
|
Loading…
Reference in a new issue