Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Apr 13, 2020
1 parent 5068428 commit fc61872
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13.0.20200413.0
17 changes: 17 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import setuptools

with open('VERSION.txt', 'r') as f:
version = f.read().strip()

setuptools.setup(
name="odoo13-addons-oca-stock-logistics-barcode",
description="Meta package for oca-stock-logistics-barcode Odoo addons",
version=version,
install_requires=[
'odoo13-addon-base_gs1_barcode',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
]
)

0 comments on commit fc61872

Please sign in to comment.