summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: a9eb8aa90752627231c20482c5278757286207ce (plain)
1
2
3
4
5
6
7
8
[build-system]
requires = [
    # Also declared in requirements.txt, if updating here please also update
    # there
    "Cython~=0.29.13",
    "setuptools >= 35.0.2",
]
build-backend = "setuptools.build_meta"