Codebase list python-procrunner / v2.3.2 pyproject.toml
v2.3.2

Tree @v2.3.2 (Download .tar.gz)

pyproject.toml @v2.3.2raw · 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"