1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-25 06:31:43 +02:00
trexio/pyproject.toml
q-posev 5b7030fca1 [WIP] make a test release on TestPyPi
currently does not link to existing setup.py
2021-07-28 10:30:23 +02:00

8 lines
116 B
TOML

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