pyproject.toml
author Jason R. Coombs <jaraco@jaraco.com>
Tue, 21 Mar 2023 17:21:45 -0400
changeset 50364 e8f1e0e295bb
parent 48004 58fe6d127a01
permissions -rw-r--r--
extras: expose 'retained_extras' for extensions to extend

[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