Revision 8d2f8bd9bb5851a57221d5dc2b9efb27395fd7fc authored by Bryna Hazelton on 12 October 2021, 23:27:19 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent 3d88460
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