Revision 093898111f9e92b11ff8b410d87627f6978ebf46 authored by Garrett "Karto" Keating on 26 June 2021, 01:41:58 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent a1fe65d
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