remove logging, add trytond.conf-settings

This commit is contained in:
Frederik Jaeckel 2023-03-05 10:26:39 +01:00
parent da7fc9cb65
commit e96aa6fad7
3 changed files with 29 additions and 50 deletions

View file

@ -99,7 +99,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
'view/*.xml',
'view/*.xml', 'docs/*.txt',
'versiondep.txt', 'README.rst']),
},