[build-system]
requires = [
"wheel",
"packaging",
"pybind11>=3,<4",
"cxxheaderparser",
]
backend-path = ["pyosys/build"]
build-backend = "local_backend"
[tool.ruff]
target-version = "py310"
lint.ignore = ["F541"]