swh:1:snp:803d19025bc10d3c1c6463d0fc99ee6f1eef19b1
Raw File
Tip revision: 16b1cd62aec168d95695e3605dba8f616b36aceb authored by pyxieloustar on 01 November 2021, 15:42:05 UTC
address comments, keyword depracation, docstrings
Tip revision: 16b1cd6
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top