changeset 0bf987c4ff2b in modules/sale_opportunity:default
details:
https://hg.tryton.org/modules/sale_opportunity?cmd=changeset;node=0bf987c4ff2b
description:
Add missing icons in package_data
issue9290
review291591002
diffstat:
setup.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 1313c38a3ca1 -r 0bf987c4ff2b setup.py
--- a/setup.py Sat May 02 10:29:25 2020 +0200
+++ b/setup.py Sat May 02 12:26:47 2020 +0200
@@ -84,7 +84,8 @@
),
package_data={
'trytond.modules.sale_opportunity': (info.get('xml', [])
- + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
+ + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg',
+ 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',