[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-09-20 05:23:27 +02:00
parent 8fcdd08f03
commit db73e8da07
5 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../bi_sql_editor

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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