python-benedict/pyproject.toml

21 lines
248 B
TOML
Raw Normal View History

2022-12-31 14:48:51 +00:00
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
2022-10-18 12:19:24 +00:00
| venv
)/
'''