view pyproject.toml @ 50407:e8f1e0e295bb

extras: expose 'retained_extras' for extensions to extend
author Jason R. Coombs <jaraco@jaraco.com>
date Tue, 21 Mar 2023 17:21:45 -0400
parents 58fe6d127a01
children
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