feat: add setup entry for modules (#379)

* feat: add setup entry for modules

* feat: fix build error on portalocker
This commit is contained in:
Vincent Renaville
2022-06-27 14:05:07 +02:00
committed by GitHub
co-authored by GitHub
parent 7d3bbe9499
commit e732d28bd2
10 changed files with 28 additions and 0 deletions
@@ -0,0 +1 @@
../../../../monitoring_prometheus
+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,
)