Files
sigal/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
320 B
TOML
Raw Normal View History

2020-10-10 16:04:16 -03:00
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "sigal/version.py"
2021-07-07 00:12:08 +02:00
[tool.black]
line-length = 88
target-version = ['py37', 'py38', 'py39']
experimental-string-processing = true
skip-string-normalization = true