Revision ad8443b0d08abd75d43b68fa3cc73eaa5cdcea4a authored by pyxieloustar on 30 November 2022, 22:33:30 UTC, committed by pyxieloustar on 01 December 2022, 22:20:24 UTC
1 parent 090b4b9
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