[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-03-23 19:11:27 +00:00
parent b7099b38e5
commit 7a7a9298e0
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20181101.0
11.0.20200323.0

View File

@@ -11,6 +11,7 @@ setuptools.setup(
'odoo11-addon-base_report_to_printer',
'odoo11-addon-printer_zpl2',
'odoo11-addon-remote_report_to_printer',
'odoo11-addon-stock_picking_auto_print',
],
classifiers=[
'Programming Language :: Python',

View File

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

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