view pyproject.toml @ 47002:8fc2c867af54 stable

Added tag 5.8rc1 for changeset 8d2b62d716b0
author Augie Fackler <raf@durin42.com>
date Wed, 21 Apr 2021 10:49:28 -0400
parents d4c8b4b90ecb
children 5be886200eb6 58fe6d127a01
line wrap: on
line source

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true