mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
9 lines
151 B
TOML
9 lines
151 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"pkgconfig",
|
|
"oldest-supported-numpy"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|