pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 26 Aug 2022 00:50:31 +0200
changeset 49474 d513ae93dff3
parent 48004 58fe6d127a01
permissions -rw-r--r--
perf: make perf::bundle compatible down to 5.2 A another small change to make it compatible with a wider set of revision. I did not check compatibility in the python-2 territory yet.

[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