summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: a1d0683e2fc9d7c4131ae0ff842366b59d666a06 (plain)
1
2
3
4
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools>=36", "wheel"]
build-backend = "setuptools.build_meta"