[IMP] fetchmail_thread_default: pre-commit stuff

pull/1329/head
ntsirintanis 2024-03-08 10:52:59 +01:00
parent e2bfa985b6
commit c640ee664c
2 changed files with 7 additions and 0 deletions

View File

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

View File

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