xref: /libCEED/pyproject.toml (revision ae54ad92c0060c6f1089f718b82cbbe907f78564)
1[build-system]
2# These are the assumed default build requirements from pip:
3# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
4requires = ["setuptools>=40.8.0", "wheel"]
5build-backend = "setuptools.build_meta"
6