summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 1725456de518da2e5d7b9475aa23ef06540830f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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