[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-07-10 04:56:25 +02:00
parent da18e5df7b
commit 35a44468bf
5 changed files with 11 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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