[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-11-12 22:12:59 +00:00
parent f16893d5bd
commit 7e52f9fb4d
4 changed files with 9 additions and 1 deletions

View File

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

View File

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