[ADD] setup.py

This commit is contained in:
Akretion Git Bot
2025-04-01 07:40:56 +00:00
parent 1247e99f3c
commit 47afd81567
4 changed files with 9 additions and 1 deletions

View File

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