Skip to content

Commit a572452

Browse files
committed
[ADD] setup.py
1 parent c5894a9 commit a572452

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0.20181016.0
1+
11.0.20190412.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'odoo11-addon-l10n_ch_pain_base',
1717
'odoo11-addon-l10n_ch_pain_credit_transfer',
1818
'odoo11-addon-l10n_ch_payment_slip',
19+
'odoo11-addon-l10n_ch_scan_bvr',
1920
'odoo11-addon-l10n_ch_states',
2021
'odoo11-addon-l10n_ch_zip',
2122
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../l10n_ch_scan_bvr

setup/l10n_ch_scan_bvr/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

setup/l10n_ch_scan_bvr/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)