TOML · 120 bytes Raw Blame History
1
2 [build-system]
3 requires = [
4 "setuptools>=61.0",
5 "wheel",
6 "numpy>=1.20"
7 ]
8 build-backend = "setuptools.build_meta"