mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
16 lines
225 B
TOML
16 lines
225 B
TOML
[build-system]
|
|
build-backend = "backend"
|
|
requires = [
|
|
"setuptools>=67.8",
|
|
]
|
|
backend-path = [
|
|
"_custom_build",
|
|
]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "-ra --color=yes"
|
|
testpaths = ["Tests"]
|