pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 08 Jul 2024 17:51:56 +0200
branchstable
changeset 51664 b65ca8a0f674
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
Added tag 6.8 for changeset 11f41248595b

[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