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

9 lines
135 B
TOML
Raw Normal View History

[build-system]
requires = [
"setuptools>=42",
"wheel",
"pkgconfig",
2024-06-27 17:02:07 +02:00
"numpy",
]
build-backend = "setuptools.build_meta"