allow route-id to be optional
This commit is contained in:
parent
f47fb0fe01
commit
5f26a8cdb3
14 changed files with 132 additions and 10 deletions
3
setup.py
3
setup.py
|
@ -98,7 +98,8 @@ setup(
|
|||
'trytond.modules.%s' % MODULE: (
|
||||
info.get('xml', [])
|
||||
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
|
||||
'template/*/*.xml', 'versiondep.txt', 'README.rst']),
|
||||
'template/*/*.xml', 'versiondep.txt', 'README.rst',
|
||||
'tests/*/*/*/*.xsd']),
|
||||
},
|
||||
|
||||
install_requires=requires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue