Mercurial > public > mercurial-scm > hg-stable
view pyproject.toml @ 50774:5a8b54201039 stable 6.5.2
relnotes: add 6.5.2
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 06 Sep 2023 18:10:44 +0200 |
parents | 58fe6d127a01 |
children | d4b275587847 |
line wrap: on
line source
[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