summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 38bb870e3942f8b24ab94c0b7afd4bcd1ed7c1ae (plain)
1
2
3
4
5
6
7
8
[build-system]
requires = [
    # We need at least version 36.6.0 that introduced "build_meta"
    "setuptools>=36.6.0",
    # In order to build wheels, and as required by PEP 517
    "wheel"
]
build-backend = "setuptools.build_meta"