Revision 0769616594c157d651f7d593b52599f25c8d43ed authored by Adam Lanman on 07 October 2022, 01:57:16 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent a6b472c
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