1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-25 22:51:45 +02:00
trexio/python/pyproject.toml

7 lines
104 B
TOML
Raw Normal View History

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