1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-13 08:45:36 +02:00
qmckl/python/pyproject.toml

8 lines
134 B
TOML
Raw Permalink Normal View History

2022-05-03 13:44:44 +02:00
[build-system]
requires = [
"setuptools>=42",
"wheel",
"oldest-supported-numpy"
2022-05-03 13:44:44 +02:00
]
build-backend = "setuptools.build_meta"