[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-05-14 17:20:46 +00:00
parent a1a634f82c
commit b626532ae0
11 changed files with 33 additions and 3 deletions

View File

@@ -1 +1 @@
11.0.20180821.0
11.0.20190514.0

View File

@@ -4,12 +4,15 @@ with open('VERSION.txt', 'r') as f:
version = f.read().strip()
setuptools.setup(
name="odoo11-addons-oca-intrastat",
description="Meta package for oca-intrastat Odoo addons",
name="odoo11-addons-oca-intrastat-extrastat",
description="Meta package for oca-intrastat-extrastat Odoo addons",
version=version,
install_requires=[
'odoo11-addon-intrastat_base',
'odoo11-addon-intrastat_product',
'odoo11-addon-intrastat_product_generic',
'odoo11-addon-product_harmonized_system',
'odoo11-addon-product_harmonized_system_delivery',
],
classifiers=[
'Programming Language :: Python',

View File

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

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

View File

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

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

View File

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

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