verilog: add sv_maps iterators
[ghdl-vlg.git] / pyproject.toml
blob699b7bfab57ee856f18e877fc59607273b890c08
1 [build-system]
2 requires = [
3     "pyTooling >= 2.11.0",
4     "setuptools >= 62.3.3",
5     "wheel >= 0.38.1"
7 build-backend = "setuptools.build_meta"
9 [tool.black]
10 line-length = 120