Revision ae9147dadd4e89896cc868218bcbfbd45b993b10 authored by Bryna Hazelton on 10 November 2022, 18:03:14 UTC, committed by Bryna Hazelton on 10 November 2022, 18:03:24 UTC
1 parent b528109
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top