yosys/pyproject.toml

12 lines
187 B
TOML
Raw Permalink Normal View History

[build-system]
requires = [
"setuptools>=42",
"pybind11>=3,<4",
"cxxheaderparser"
]
build-backend = "setuptools.build_meta"
[tool.ruff]
target-version = "py38"
lint.ignore = ["F541"]