Merge branch 'main' into 7.0

This commit is contained in:
Frederik Jaeckel 2024-12-05 15:47:24 +01:00
commit 6659730857

View file

@ -99,7 +99,9 @@ setup(
info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
'template/*/*.xml', 'versiondep.txt', 'README.rst',
'tests/*/*/*/*.xsd']),
'tests/*/*/*/*.xsd',
'tests/*/*.xsd', 'tests/*/*.sch', 'tests/*/*.xml',
'tests/*/*/*.xslt', 'tests/*/*/*.xml']),
},
install_requires=requires,