[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-07-10 05:28:58 +02:00
parent ae85c4e564
commit 7078f5f25e
5 changed files with 11 additions and 1 deletions

View File

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

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,
)