Revision 141b4319ca6603c821906fcdc184226fd3e2fc76 authored by Paul La Plante on 17 July 2021, 18:42:26 UTC, committed by Paul La Plante on 17 July 2021, 18:42:26 UTC
1 parent 2b83201
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