Revision aa9f8905601cef18559a09d22ee66480f6dab179 authored by pyxieloustar on 17 March 2021, 15:12:55 UTC, committed by Bryna Hazelton on 17 March 2021, 19:15:35 UTC
1 parent 6dbcc05
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