wheels/OCB/pyproject.toml
Oskar Manhart 8796815a60
Some checks failed
Build OCB / check-version-exists (push) Successful in 7s
Build OCB / Build wheels on ubuntu-latest (push) Failing after 2m29s
feat: add OCB
2025-07-22 14:15:03 +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"]