pyproject.toml
author Mathias De Mare <mathias.de_mare@nokia.com>
Mon, 14 Feb 2022 11:32:03 +0100
branchstable
changeset 48739 aeeb54261099
parent 48004 58fe6d127a01
permissions -rw-r--r--
packaging: replace centos8 by rockylinux 8 Differential Revision: https://phab.mercurial-scm.org/D12172

[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