Revision b3d0ab7e6a9b69ec86525b89a9c5c96f30225681 authored by Garrett "Karto" Keating on 04 October 2021, 00:29:55 UTC, committed by Bryna Hazelton on 04 October 2021, 17:37:40 UTC
1 parent 7e8da6c
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top