pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 18:18:57 +0100
changeset 49756 d979c76d6e54
parent 48004 58fe6d127a01
permissions -rw-r--r--
path: allow to copy a path while adjusting the url This will be used by `scheme` in the next changesets.

[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