[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-11-24 15:24:22 +00:00
parent bc88a10ece
commit bdc12ea9f8
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20181011.0
11.0.20181124.0

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo11-addon-account_bank_statement_import_move_line',
'odoo11-addon-account_bank_statement_import_mt940_base',
'odoo11-addon-account_bank_statement_import_ofx',
'odoo11-addon-account_bank_statement_import_paypal',
'odoo11-addon-account_bank_statement_import_qif',
],
classifiers=[

View File

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

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