Revision c1868e35c2b0a4aa4dcea4a64e5d112de0cc0855 authored by Matthew Kolopanis on 06 October 2022, 18:07:43 UTC, committed by Bryna Hazelton on 10 October 2022, 17:00:28 UTC
1 parent 40cc382
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top