Add setuptools files

This commit is contained in:
Guewen Baconnier
2018-12-03 10:07:58 +01:00
parent 636af1884f
commit bdde32b3b8
35 changed files with 103 additions and 0 deletions
@@ -0,0 +1 @@
../../../../monitoring_status
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+6
View File
@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)