mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-20 11:07:20 +01:00
14 lines
268 B
TOML
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
|
|
|