language-data/pyproject.toml
2022-03-24 13:34:55 +01:00

6 lines
194 B
TOML

[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "translate-toolkit"] # PEP 508 specifications.
[tool.black]
target-version = ['py37']