setup bugs
This commit is contained in:
parent
bee49a7292
commit
c23fe0f0d3
|
@ -6,4 +6,3 @@ include LICENSE
|
|||
include tryton.cfg
|
||||
include locale/override/*.po
|
||||
include doc/*
|
||||
include tests/*
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue