mirror of
https://github.com/acgnhiki/blrec.git
synced 2024-12-28 09:30:13 +08:00
6 lines
143 B
TOML
6 lines
143 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 57.0.0, < 58.0.0",
|
|
"wheel >= 0.37, < 0.38.0",
|
|
]
|
|
build-backend = "setuptools.build_meta" |