view pyproject.toml @ 49952:5df6d4f06a8f stable

hghave: make different has_pyoxidizer functions have different names There are 3 of them, and them all having the same name triggered code checkers.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 25 Jan 2023 19:27:50 +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