[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-07-10 13:01:09 +00:00
parent 972782b395
commit 32eb8a67e9
5 changed files with 11 additions and 1 deletions

View File

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

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