update setup.py
This commit is contained in:
parent
764cacc091
commit
45ff5ef39f
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -99,7 +99,9 @@ setup(
|
|||
info.get('xml', [])
|
||||
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
|
||||
'template/*/*.xml', 'versiondep.txt', 'README.rst',
|
||||
'tests/*/*/*/*.xsd']),
|
||||
'tests/*/*/*/*.xsd',
|
||||
'tests/*/*.xsd', 'tests/*/*.sch', 'tests/*/*.xml',
|
||||
'tests/*/*/*.xslt', 'tests/*/*/*.xml']),
|
||||
},
|
||||
|
||||
install_requires=requires,
|
||||
|
|
Loading…
Reference in a new issue