repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] remove umerged conflict markers in RELEASE.txt
[scons.git]
/
pyproject.toml
blob
1725456de518da2e5d7b9475aa23ef06540830f5
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = ["setuptools", "wheel"]
4
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
10
11
[mypy]
12
python_version = 3.6
13