1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00
trexio/python/pyproject.toml
2023-12-10 12:53:37 +01:00

9 lines
151 B
TOML

[build-system]
requires = [
"setuptools>=42",
"wheel",
"pkgconfig",
"oldest-supported-numpy"
]
build-backend = "setuptools.build_meta"