mirror of https://github.com/KLayout/klayout.git
Trying to fix python module build system
This commit is contained in:
parent
dd9b38a92f
commit
2a1ac97b26
|
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools", "tomllib"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue