Files
sigal/pyproject.toml

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

13 lines
281 B
TOML
Raw Normal View History

2020-10-10 16:04:16 -03:00
[build-system]
2022-08-15 17:16:35 +02:00
requires = ["setuptools>=64", "wheel", "setuptools_scm[toml]>=3.4"]
2020-10-10 16:04:16 -03:00
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
2022-01-14 18:25:38 +01:00
target-version = ['py38']
2022-08-15 17:09:44 +02:00
preview = true
2021-07-07 00:12:08 +02:00
skip-string-normalization = true