Revision 31d8f459646e03f2a8c4cbea16f3afc3a67a028c authored by Garrett "Karto" Keating on 25 September 2021, 13:08:15 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 948010e
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