Revision e00cf1423b160e2edd14fcbed040829ab3ca57f8 authored by Jerome Kelleher on 10 May 2021, 12:59:45 UTC, committed by GitHub on 10 May 2021, 12:59:45 UTC
2 parent s 455b446 + 35cf9ac
Raw File
pyproject.toml
[build-system]
requires = [
    "setuptools>=42",
    "wheel",
    "oldest-supported-numpy"
]
build-backend = "setuptools.build_meta"
back to top