Revision d5fe80fdfe213f3eed0440d2f0fbde528496cdc2 authored by Bryna Hazelton on 30 September 2021, 16:56:11 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent ea36e16
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