Revision 4d48f48f2c486baa782ac082c6a51de41057233f authored by Steven Murray on 07 September 2022, 21:09:00 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent c2ae696
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