[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-02-24 11:48:09 +00:00
parent 0951bbe3a8
commit c494e0275d
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,
)