update setup.py

This commit is contained in:
Frederik Jaeckel 2024-12-05 15:47:11 +01:00
parent 9c1bf1ca18
commit 30ad2c5201

View file

@ -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,