Revision 37eced403036a85a5673d076ba1326bca0320ae5 authored by Garrett 'Karto' Keating on 10 December 2021, 23:49:14 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent de88953
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