Pillow/pyproject.toml
2023-10-21 16:23:40 +03:00

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"]