phono3py/pyproject.toml

16 lines
249 B
TOML

[build-system]
requires = ["setuptools", "wheel", "numpy", "oldest-supported-numpy"]
[project]
requires-python = ">=3.6"
[tool.flake8]
max-line-length = 88
extend-ignore = "E203,W503"
[tool.black]
line-length = 88
[tool.isort]
profile = "black"