mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
14 lines
223 B
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"]
|