Templates setup + MANIFIEST

This commit is contained in:
resteve 2013-10-10 09:20:46 +02:00
parent dd2fe97f53
commit 6d49957f4a
2 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,4 @@ include locale/*.po
include doc/*
include tests/*.rst
include icons/*
include templates/*.jinja

View File

@ -49,7 +49,8 @@ setup(name='%s_%s' % (PREFIX, MODULE),
],
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg']),
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg',
'templates/*.jinja']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',