Files
Iris/pyproject.toml
Théophile Bastian 7d6aecbdb9 Python: do not depend on setuptools' pkg_resources
Following its removal in setuptools v82
2026-03-23 23:26:23 +01:00

18 lines
359 B
TOML
Executable File

[build-system]
requires = ["setuptools >= 30.3.0", "wheel", "packaging"]
[tool.black]
target-version = ["py37", "py38"]
line-length = 80
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
known_tests = "__tests__"
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER"