mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
10 lines
127 B
TOML
10 lines
127 B
TOML
[build-system]
|
|
build-backend = "backend"
|
|
requires = [
|
|
"setuptools>=67.8",
|
|
"wheel",
|
|
]
|
|
backend-path = [
|
|
"_custom_build",
|
|
]
|