mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
11.0.20190114.0
|
||||
11.0.20190115.0
|
||||
@@ -9,6 +9,7 @@ setuptools.setup(
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo11-addon-product_warranty',
|
||||
'odoo11-addon-stock_production_lot_warranty',
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../stock_production_lot_warranty
|
||||
2
setup/stock_production_lot_warranty/setup.cfg
Normal file
2
setup/stock_production_lot_warranty/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/stock_production_lot_warranty/setup.py
Normal file
6
setup/stock_production_lot_warranty/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user