Revision 7ed1f935c0e1a22062c5c7c7ec2cb739e92c6830 authored by Garrett 'Karto' Keating on 25 February 2022, 03:14:00 UTC, committed by Garrett 'Karto' Keating on 25 February 2022, 03:15:19 UTC
1 parent ed9c374
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