mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-22 14:32:11 +00:00
7 lines
115 B
TOML
7 lines
115 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 43.0.0",
|
|
"wheel >= 0.32.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|