Revision 8f1bb18f5fd38f6c6658247114fd5618b53751d6 authored by pyxieloustar on 17 March 2021, 16:41:18 UTC, committed by Bryna Hazelton on 17 March 2021, 19:15:35 UTC
1 parent aa9f890
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