Revision fa6b75ef87573998c332174dc6056d621382cc90 authored by Garrett "Karto" Keating on 07 May 2021, 17:06:48 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent e35a3e4
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