changeset 83a2004eba86 in modules/account_es:default
details: 
https://hg.tryton.org/modules/account_es?cmd=changeset&node=83a2004eba86
description:
        Add csv test files to package data
diffstat:

 setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6245a124804b -r 83a2004eba86 setup.py
--- a/setup.py  Mon May 03 16:03:24 2021 +0200
+++ b/setup.py  Tue May 11 17:54:49 2021 +0200
@@ -97,7 +97,7 @@
     package_data={
         'trytond.modules.account_es': (info.get('xml', [])
             + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.txt',
-                'icons/*.svg', 'tests/*.rst', 'tests/*.txt']),
+                'icons/*.svg', 'tests/*.rst', 'tests/*.txt', 'tests/*.csv']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',

Reply via email to