[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-08-09 04:37:55 +02:00
parent b5327c3bca
commit 5d2d79bbfd
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180609.0
11.0.20180809.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version,
install_requires=[
'odoo11-addon-account_bank_statement_import_camt_oca',
'odoo11-addon-account_bank_statement_import_move_line',
'odoo11-addon-account_bank_statement_import_mt940_base',
'odoo11-addon-account_bank_statement_import_qif',
],

View File

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

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