Files
yosys/pyproject.toml

14 lines
223 B
TOML

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