1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 14:11:44 +02:00
trexio/python/pyproject.toml
2024-06-27 17:02:07 +02:00

9 lines
135 B
TOML

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