summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4dd02d1e57f2021766bd722fb9fd8b6f0d180bd2 (plain)
1
2
3
4
5
6
7
8
9
[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",
    "Cython"
]
build-backend = "setuptools.build_meta"