https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 47af6d46c702bc8f390c3c51d194af5cc513f6ff authored by Steven Murray on 26 April 2023, 15:55:41 UTC, committed by Bryna Hazelton on 26 April 2023, 17:09:30 UTC
1 parent aba6b52
Raw File
Tip revision: 47af6d46c702bc8f390c3c51d194af5cc513f6ff authored by Steven Murray on 26 April 2023, 15:55:41 UTC
docs: fix changelog order
Tip revision: 47af6d4
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"

[tool.black]
skip_magic_trailing_comma = true
back to top