Codebase list python-procrunner / 5238138 pyproject.toml
5238138

Tree @5238138 (Download .tar.gz)

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