mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
8 lines
116 B
TOML
8 lines
116 B
TOML
|
[build-system]
|
||
|
requires = [
|
||
|
"setuptools>=42",
|
||
|
"h5py",
|
||
|
"wheel"
|
||
|
]
|
||
|
build-backend = "setuptools.build_meta"
|