feat: add OCB
Some checks failed
Build OCB / check-version-exists (push) Failing after 6s
Build OCB / Build wheels on ubuntu-latest (push) Has been skipped

This commit is contained in:
Oskar Manhart 2025-07-22 13:47:31 +02:00
parent 70847fa3e0
commit c2c8f2cd2f
2 changed files with 89 additions and 0 deletions

19
OCB/pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[project]
name = "odoo"
version = "%s"
dynamic = [
"optional-dependencies",
"dependencies",
"classifiers",
"authors",
"license",
"requires-python",
"readme",
"description"
]
[build-system]
requires = ["setuptools>=41"]
build-backend = "pep517_odoo"
backend-path = ["setup"]