Revision 5a27c8fdcf06448628c0329c462b9a0850f0ab8b authored by Garrett 'Karto' Keating on 03 January 2022, 17:36:53 UTC, committed by Garrett 'Karto' Keating on 25 February 2022, 03:15:19 UTC
1 parent 1da459f
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