[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-06-23 04:38:08 +02:00
parent a1f30c3287
commit b4d0d4962b
6 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
10.0.20180419.0
10.0.20180623.0

View File

@@ -17,6 +17,7 @@ setuptools.setup(
'odoo10-addon-account_payment_order',
'odoo10-addon-account_payment_partner',
'odoo10-addon-account_payment_sale',
'odoo10-addon-account_voucher_killer',
],
classifiers=[
'Programming Language :: Python',

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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