From 45ff5ef39f32212cb1f87a713ed0017eac0b6107 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Thu, 5 Dec 2024 15:47:11 +0100 Subject: [PATCH] update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4310cf6..04b912a 100644 --- a/setup.py +++ b/setup.py @@ -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,