Files
rocm-systems/source/python/pyproject.toml
T

13 wiersze
226 B
TOML
Czysty Zwykły widok Historia

2022-04-05 00:24:34 -05:00
[build-system]
requires = [
"setuptools >= 40.0.4",
"setuptools_scm >= 2.0.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'
[tool.black]
line-length = 80
target-version = ['py38']
include = '\.py'