changeset a1a190c732b5 in modules/account_statement_sepa:6.6 details: https://hg.tryton.org/modules/account_statement_sepa?cmd=changeset&node=a1a190c732b5 description: Include CAMT XML test file as package data (grafted from e7cd638e25254a4035d703ea83684c979740e351) diffstat:
setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r b484433be70b -r a1a190c732b5 setup.py --- a/setup.py Mon Oct 31 17:06:27 2022 +0100 +++ b/setup.py Sun Nov 13 10:06:20 2022 +0100 @@ -100,7 +100,7 @@ package_data={ 'trytond.modules.account_statement_sepa': (info.get('xml', []) + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.fodt', - 'icons/*.svg', 'tests/*.rst']), + 'icons/*.svg', 'tests/*.rst', 'tests/*.xml']), }, classifiers=[ 'Development Status :: 5 - Production/Stable',