wheels/OCB/pyproject.toml
Oskar Manhart c2c8f2cd2f
Some checks failed
Build OCB / check-version-exists (push) Failing after 6s
Build OCB / Build wheels on ubuntu-latest (push) Has been skipped
feat: add OCB
2025-07-22 13:49:18 +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"]