Tryton 6.8: indexes + tests changed
This commit is contained in:
parent
4ae07b962f
commit
e0e1fd07a7
8 changed files with 14 additions and 32 deletions
3
setup.py
3
setup.py
|
@ -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', []):
|
||||
|
@ -89,6 +89,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
|
|||
'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 category',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue