Merge pull request #4536 from mwichmann/SConsExamples
[scons.git] / pyproject.toml
blob548ae2d65a88421d2e0904dae3cfc4d97fbb28c4
1 [build-system]
2 build-backend = "setuptools.build_meta"
3 requires = ["setuptools"]
5 # for black and mypy, set the lowest Python version supported
6 [tool.black]
7 quiet = true
8 target-version = ['py36']
9 skip-string-normalization = true
11 [mypy]
12 python_version = 3.6