mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
feat: add setup entry for modules (#379)
* feat: add setup entry for modules * feat: fix build error on portalocker
This commit is contained in:
co-authored by
GitHub
parent
7d3bbe9499
commit
e732d28bd2
@@ -0,0 +1 @@
|
||||
../../../../monitoring_prometheus
|
||||
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user