https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 4a8dc136f68f3301e6bb9a143b760084c4be4457 authored by Bryna Hazelton on 25 February 2024, 02:58:51 UTC
update the changelog
Tip revision: 4a8dc13
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "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"

[tool.black]
skip_magic_trailing_comma = true
back to top