[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-09-25 10:37:36 +00:00
parent 4c203de792
commit b42d7f06b1
4 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)