[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-06-16 05:55:10 +02:00
parent 915f7af354
commit 5b74a5f1c9
8 changed files with 21 additions and 1 deletions

View File

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