mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-09 01:11:58 +00:00
7 lines
128 B
TOML
7 lines
128 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"pybind11>=3,<4",
|
|
"cxxheaderparser",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|