Revision 9291d10bea3388e35e2d091cc6ecbcf18ea016f2 authored by Bryna Hazelton on 18 December 2021, 00:51:49 UTC, committed by kartographer on 21 December 2021, 01:47:58 UTC
1 parent 738964f
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