[ADD] setup.py

This commit is contained in:
OCA-git-bot 2021-10-16 06:36:25 +00:00
parent 347b0749ec
commit ad9bf443da
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20200328.0 12.0.20211016.0

View File

@ -19,5 +19,6 @@ setuptools.setup(
classifiers=[ classifiers=[
'Programming Language :: Python', 'Programming Language :: Python',
'Framework :: Odoo', 'Framework :: Odoo',
'Framework :: Odoo :: 12.0',
] ]
) )