scons_gd/scons/pyproject.toml
2022-10-15 16:06:26 +02:00

14 lines
268 B
TOML

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]
# for black and mypy, set the lowest Python version supported
[tool.black]
quiet = true
target-version = ['py36']
skip-string-normalization = true
[mypy]
python_version = 3.6