[ADD] setup.py

pull/197/head
OCA Git Bot 2016-05-25 04:39:06 +02:00
parent c4599761ab
commit 4753cf3e2a
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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