[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-12-26 22:21:48 +00:00
parent 329a3e3a7b
commit 3b811fd529
5 changed files with 11 additions and 1 deletions

View File

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