Revision 16b1cd62aec168d95695e3605dba8f616b36aceb authored by pyxieloustar on 01 November 2021, 15:42:05 UTC, committed by Bryna Hazelton on 01 November 2021, 18:26:43 UTC
1 parent c150677
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