[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-03-28 22:28:19 +00:00
parent cfe40ede3e
commit c92db381d7
4 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-contract Odoo addons",
version=version,
install_requires=[
'odoo12-addon-agreement',
'odoo12-addon-contract',
'odoo12-addon-contract_sale',
],