wheels/OCB/pyproject.toml
Oskar Manhart e943409737
All checks were successful
Build OCB / check-version-exists (push) Successful in 7s
Build OCB / Build wheels on ubuntu-latest (push) Has been skipped
feat: add OCB
2025-07-22 13:47:31 +02:00

19 lines
308 B
TOML

[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"]