Add setup

This commit is contained in:
Laurent Mignon
2016-10-03 18:04:11 +02:00
parent 0b4945849e
commit b6383bbe9a
4 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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