mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 12:43:57 +01:00
8 lines
134 B
TOML
8 lines
134 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"oldest-supported-numpy"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|