pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 01 Oct 2024 15:04:06 -0400
changeset 51967 2d51b0cf707c
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
util: minor copy editing of the documentation for `mmapread()`

[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