[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-12-10 16:22:09 +00:00
parent 36fd12f65c
commit cd243046d7
5 changed files with 1 additions and 11 deletions

View File

@@ -1 +1 @@
11.0.20181206.0
11.0.20181210.0

View File

@@ -9,7 +9,6 @@ setuptools.setup(
version=version,
install_requires=[
'odoo11-addon-agreement',
'odoo11-addon-agreement_fsm',
'odoo11-addon-agreement_maintenance',
'odoo11-addon-contract',
'odoo11-addon-contract_payment_mode',

View File

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

View File

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

View File

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