Codebase list python-procrunner / 784990b pyproject.toml
784990b

Tree @784990b (Download .tar.gz)

pyproject.toml @784990braw · 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"