changeset 4c17d6b36c3f in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=4c17d6b36c3f
description:
        Add missing icons in package_data

        issue9290
        review291591002
diffstat:

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

diffs (12 lines):

diff -r 6689a4503857 -r 4c17d6b36c3f setup.py
--- a/setup.py  Sat May 02 10:29:22 2020 +0200
+++ b/setup.py  Sat May 02 12:26:47 2020 +0200
@@ -85,7 +85,7 @@
     package_data={
         'trytond.modules.account_invoice': (info.get('xml', [])
             + ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.fodt',
-                'tests/*.rst']),
+                'icons/*.svg', 'tests/*.rst']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',

Reply via email to