summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 8dc98821b4df35ed9bc45d14550ec7b12bdb066a (plain)
1
2
3
4
5
6
7
[build-system]
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = [
    "setuptools>=40.8.0",
    "wheel"
]
build-backend = "setuptools.build_meta"