mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
6 lines
104 B
TOML
6 lines
104 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|