[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-06-19 05:13:26 +02:00
parent b9bef88a9c
commit 2f438ab8b3
5 changed files with 10 additions and 1 deletions

View File

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