[IMP] mail_tracking_mailgun: pre-commit stuff

pull/1247/head
Jesús Alan Ramos Rodríguez 2023-02-20 08:33:13 -06:00 committed by David
parent 0ee8c839a5
commit 8a65f7664a
2 changed files with 7 additions and 0 deletions

View File

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

View File

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