1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-14 12:56:32 +01:00
trexio/python/pyproject.toml

9 lines
151 B
TOML
Raw Normal View History

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