pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 13 Mar 2023 17:34:18 +0100
changeset 50464 5ae30ff79c76
parent 47881 58fe6d127a01
permissions -rw-r--r--
clone-bundles: add a basic first version of automatic bundle generation See inline documentation for details.

[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