Tryton 6.8: index, info, tests

This commit is contained in:
Frederik Jaeckel 2023-06-08 17:13:40 +02:00
parent 1f47dfe6b1
commit 21b014183a
7 changed files with 25 additions and 25 deletions

View file

@ -40,7 +40,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
# tryton-version
major_version = 6
minor_version = 0
minor_version = 8
requires = []
for dep in info.get('depends', []):
@ -92,6 +92,7 @@ setup(
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords='tryton cashbook investment',