aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: e4d893fcba8b4bca3f44d09ce017d21faf8dabdb (plain)
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = [
    # The minimum setuptools version is specific to the PEP 517 backend,
    # and may be stricter than the version required in `setup.py`
    "setuptools>=40.6.0",
    "wheel",
    # Must be kept in sync with the `setup_requirements` in `setup.py`
    "cffi>=1.8,!=1.11.3; platform_python_implementation != 'PyPy'",
]
build-backend = "setuptools.build_meta"