mirror of https://github.com/OCA/social.git
[IMP] mail_outbound_static: pre-commit stuff
parent
95fd7285cc
commit
81934c6d89
|
@ -0,0 +1 @@
|
|||
../../../../mail_outbound_static
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue