xref: /petsc/pyproject.toml (revision bdb0d812d7d16c312f15c80a34abe98d607d2193)
1[build-system]
2requires = [
3  "setuptools", "wheel",
4  "patchelf; platform_system=='Linux'",
5]
6build-backend = "setuptools.build_meta"
7