Codebase list python-procrunner / 71b48e65-e9b8-4a4d-bf3d-b602464bc856/main pyproject.toml
71b48e65-e9b8-4a4d-bf3d-b602464bc856/main

Tree @71b48e65-e9b8-4a4d-bf3d-b602464bc856/main (Download .tar.gz)

pyproject.toml @71b48e65-e9b8-4a4d-bf3d-b602464bc856/mainraw · history · blame

1
2
3
4
5
6
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile="black"