Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akretion Bot committed Jan 30, 2025
1 parent 704ae90 commit b0a9126
Show file tree
Hide file tree
Showing 2 changed files with 20 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.20250130.0
19 changes: 19 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import setuptools

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

setuptools.setup(
name="odoo14-addons-akretion-subcontractor",
description="Meta package for akretion-subcontractor Odoo addons",
version=version,
install_requires=[
'odoo14-addon-account_invoice_subcontractor',
'odoo14-addon-project_invoicing_subcontractor',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
'Framework :: Odoo :: 14.0',
]
)

0 comments on commit b0a9126

Please sign in to comment.