[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-04-24 05:31:51 +02:00
parent d9bd5d8504
commit e6092ab332
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,
)