update setup.py

This commit is contained in:
Frederik Jaeckel 2024-12-05 15:47:11 +01:00
parent bdc98f25fb
commit 70f079a0dc

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,