[IMP] sequence_python: pre-commit stuff

pull/2972/head
ntsirintanis 2024-06-20 14:50:31 +02:00
parent b78e3f92da
commit f01cc3d910
2 changed files with 7 additions and 0 deletions

View File

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

View File

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