pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 24 Jun 2024 13:14:05 +0200
branchstable
changeset 51650 5b803e5c1325
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
Added signature for changeset 6454c117c6a4

[build-system]
requires = ["setuptools", "wheel"]

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true