[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-12-27 16:54:50 +00:00
parent 5a9ecc9e8d
commit 8d01cfbb9e
6 changed files with 29 additions and 0 deletions

View File

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