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 Jan 18, 2021
1 parent b0b1d3d commit a01fbb8
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 @@
14.0.20210118.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="odoo14-addons-oca-field-service",
description="Meta package for oca-field-service Odoo addons",
version=version,
install_requires=[
'odoo14-addon-base_territory',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
]
)

0 comments on commit a01fbb8

Please sign in to comment.