setup bugs

This commit is contained in:
Joerg Deckert 2016-12-30 16:04:56 +01:00
parent bee49a7292
commit c23fe0f0d3
2 changed files with 1 additions and 2 deletions

View File

@ -6,4 +6,3 @@ include LICENSE
include tryton.cfg
include locale/override/*.po
include doc/*
include tests/*

View File

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