Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acsone-git-bot committed Dec 16, 2023
1 parent 8652e07 commit c6c1822
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@
16.0.20231216.0
22 changes: 22 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import setuptools

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

setuptools.setup(
name="odoo-addons-acsone-alfodoo",
description="Meta package for acsone-alfodoo Odoo addons",
version=version,
install_requires=[
'odoo-addon-cmis_alf>=16.0dev,<16.1dev',
'odoo-addon-cmis_field>=16.0dev,<16.1dev',
'odoo-addon-cmis_report_write>=16.0dev,<16.1dev',
'odoo-addon-cmis_web>=16.0dev,<16.1dev',
'odoo-addon-cmis_web_alf>=16.0dev,<16.1dev',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
'Framework :: Odoo :: 16.0',
]
)

0 comments on commit c6c1822

Please sign in to comment.