mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
6 lines
194 B
TOML
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']
|