Tryton 6.8: tests, indexes, info

This commit is contained in:
Frederik Jaeckel 2023-06-07 21:52:09 +02:00
parent 765738d9ee
commit 1c5b31d2f1
6 changed files with 37 additions and 28 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 = ['requests>=2.26', 'html2text']
for dep in info.get('depends', []):
@ -91,6 +91,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 investment shares commodities',