Revision 359db8f6a3d771ba9ff156667712cb9017911939 authored by Garrett "Karto" Keating on 16 July 2021, 21:26:47 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 4e39f15
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