export ok

This commit is contained in:
Frederik Jaeckel 2022-10-20 14:43:58 +02:00
parent 00dd70e877
commit 73e30e1a88
12 changed files with 461 additions and 25 deletions

View file

@ -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,