changeset a906717af9aa in modules/marketing_automation:default
details: 
https://hg.tryton.org/modules/marketing_automation?cmd=changeset;node=a906717af9aa
description:
        Package HTML test fields
diffstat:

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

diffs (13 lines):

diff -r 8ee1bb9c26d7 -r a906717af9aa setup.py
--- a/setup.py  Sat Mar 30 19:20:53 2019 +0100
+++ b/setup.py  Sat Mar 30 21:39:59 2019 +0100
@@ -74,7 +74,8 @@
     package_data={
         'trytond.modules.marketing_automation': (info.get('xml', [])
             + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.fodt',
-                'icons/*.svg', 'tests/*.rst', '*.html', '*.gif']),
+                'icons/*.svg', '*.html', '*.gif', 'tests/*.rst',
+                'tests/*.html']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',

Reply via email to