changeset a28208cc50a0 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset;node=a28208cc50a0
description:
Inculde tryton rnc and rng files on distribution packages
issue8556
diffstat:
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c47bd36bed30 -r a28208cc50a0 setup.py
--- a/setup.py Fri Aug 09 16:31:29 2019 +0200
+++ b/setup.py Fri Aug 09 17:03:11 2019 +0200
@@ -77,7 +77,7 @@
packages=find_packages(exclude=['*.modules.*', 'modules.*', 'modules',
'*.proteus.*', 'proteus.*', 'proteus']),
package_data={
- 'trytond': ['ir/ui/icons/*.svg'],
+ 'trytond': ['ir/ui/icons/*.svg', '*.rnc', '*.rng'],
'trytond.backend.postgresql': ['init.sql'],
'trytond.backend.sqlite': ['init.sql'],
'trytond.ir': ['tryton.cfg', '*.xml', 'view/*.xml', 'locale/*.po'],