https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bdf2737c2e7d364d68e4a29bae31f9a688f09c0e authored by Adam Lanman on 25 October 2022, 18:02:55 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent 70232dd
Raw File
Tip revision: bdf2737c2e7d364d68e4a29bae31f9a688f09c0e authored by Adam Lanman on 25 October 2022, 18:02:55 UTC
cover acceptability check
Tip revision: bdf2737
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