export ok
This commit is contained in:
parent
00dd70e877
commit
73e30e1a88
12 changed files with 461 additions and 25 deletions
4
setup.py
4
setup.py
|
@ -42,7 +42,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
|||
major_version = 6
|
||||
minor_version = 0
|
||||
|
||||
requires = []
|
||||
requires = ['python-slugify']
|
||||
for dep in info.get('depends', []):
|
||||
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
|
||||
if dep in modversion.keys():
|
||||
|
@ -89,7 +89,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
|
|||
'Programming Language :: Python :: 3.8',
|
||||
],
|
||||
|
||||
keywords='tryton account invoice xrechnung',
|
||||
keywords='tryton account invoice xrechnung edocument',
|
||||
package_dir={'trytond.modules.%s' % MODULE: '.'},
|
||||
packages=[
|
||||
'trytond.modules.%s' % MODULE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue