[ADD] setup.py

This commit is contained in:
OCA-git-bot
2021-01-11 16:19:48 +00:00
parent 7d7a9adf82
commit 786a0e0046
5 changed files with 11 additions and 1 deletions

View File

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

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,
)