mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 07:29:02 +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']
|