Pillow/pyproject.toml
2023-06-24 16:13:38 +01:00

10 lines
127 B
TOML

[build-system]
build-backend = "backend"
requires = [
"setuptools>=67.8",
"wheel",
]
backend-path = [
"_custom_build",
]