Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi-bot committed Jun 16, 2024
1 parent ef305ff commit 3e18c2c
Show file tree
Hide file tree
Showing 2 changed files with 19 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.20240616.0
18 changes: 18 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import setuptools

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

setuptools.setup(
name="odoo14-addons-open-synergy-ssi-fingerspot",
description="Meta package for open-synergy-ssi-fingerspot Odoo addons",
version=version,
install_requires=[
'odoo14-addon-ssi_fingerspot',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
'Framework :: Odoo :: 14.0',
]
)

0 comments on commit 3e18c2c

Please sign in to comment.