read some fields
This commit is contained in:
parent
a5cbb23cdc
commit
0024f76192
14 changed files with 520 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -37,7 +37,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
|||
major_version = 7
|
||||
minor_version = 0
|
||||
|
||||
requires = ['pypdf', 'factur-x']
|
||||
requires = ['pypdf', 'factur-x', 'lxml']
|
||||
for dep in info.get('depends', []):
|
||||
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
|
||||
if dep in modversion.keys():
|
||||
|
@ -96,6 +96,7 @@ setup(
|
|||
'trytond.modules.%s' % MODULE: (
|
||||
info.get('xml', [])
|
||||
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
|
||||
'view/*.xml',
|
||||
'versiondep.txt', 'README.rst']),
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue