pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jun 2023 11:04:27 +0200
changeset 50699 2aaabd8f4471
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
clone-bundle: rename the methods and wireprotole command The current naming is very clone centric, since then, the url scheme was moved to a more generic wording to make room for other use-cases (e.g. pull bundles). We apply the same logic to the internal API and, very important prior to the release, to the wire protocol command.

[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