[ADD] setup.py

pull/911/merge
OCA Git Bot 2018-04-06 04:38:05 +02:00
parent 8bd835071e
commit 32941b97c4
3 changed files with 9 additions and 0 deletions

View File

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

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