Browse Source

[ADD] setup.py

pull/80/head
OCA Git Bot 8 years ago
parent
commit
7f3d69ffc6
  1. 1
      setup/mail_attach_existing_attachment/odoo_addons/__init__.py
  2. 1
      setup/mail_attach_existing_attachment/odoo_addons/mail_attach_existing_attachment
  3. 6
      setup/mail_attach_existing_attachment/setup.py

1
setup/mail_attach_existing_attachment/odoo_addons/__init__.py

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

1
setup/mail_attach_existing_attachment/odoo_addons/mail_attach_existing_attachment

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

6
setup/mail_attach_existing_attachment/setup.py

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