[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-01-15 15:45:19 +00:00
parent f548bd9039
commit 32f7b2de8f
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20190114.0
11.0.20190115.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version,
install_requires=[
'odoo11-addon-product_warranty',
'odoo11-addon-stock_production_lot_warranty',
],
classifiers=[
'Programming Language :: Python',

View File

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

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