[ADD] setup.py

This commit is contained in:
OCA-git-bot 2020-03-05 15:44:16 +00:00
parent bb11f1a9cd
commit 58ae0356ac
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20180802.0
11.0.20200305.0

View File

@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-server-env Odoo addons",
version=version,
install_requires=[
'odoo11-addon-auth_oauth_environment',
'odoo11-addon-mail_environment',
'odoo11-addon-server_environment',
'odoo11-addon-server_environment_files_sample',

View File

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

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