1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00
awx/pyproject.toml
2022-06-27 13:30:01 -04:00

14 lines
397 B
TOML

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
# Do not uncomment the line below. We need to be able to override the version via a file, and this
# causes the "version" key in setup.cfg to be ignored.
# [tool.setuptools_scm]
[tool.black]
line-length = 160
fast = true
skip-string-normalization = true
exclude = "awx_collection"