view pyproject.toml @ 51374:617af10994fb

py3: fully port doctest to py3
author Manuel Jacob <me@manueljacob.de>
date Sat, 03 Feb 2024 23:45:08 +0100
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