Revision 0c95159c61fd59d6281bdef89dd46506cebd303c authored by Bryna Hazelton on 10 March 2021, 22:32:59 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent a352e57
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