[ADD] setup.py

This commit is contained in:
laurent.corron
2019-11-14 15:50:44 +01:00
parent 76236f2f3f
commit 7bd06f3c4c
2 changed files with 7 additions and 0 deletions

View File

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

View File

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