[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-06-12 16:11:34 +00:00
parent b40c2ea844
commit 7d48177c0d
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190606.0
12.0.20190612.0

View File

@@ -16,6 +16,7 @@ setuptools.setup(
'odoo12-addon-report_xlsx',
'odoo12-addon-report_xlsx_helper',
'odoo12-addon-report_xlsx_helper_demo',
'odoo12-addon-report_xml',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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