[ADD] setup.py

This commit is contained in:
OCA-git-bot 2018-10-23 08:21:27 +00:00
parent db68896689
commit 796b53f634
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20180718.0
11.0.20181023.0

View File

@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-knowledge Odoo addons",
version=version,
install_requires=[
'odoo11-addon-attachment_preview',
'odoo11-addon-document_page',
'odoo11-addon-document_page_approval',
'odoo11-addon-document_url',

View File

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

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