https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent bdf2737
Raw File
Tip revision: 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC
review comments
Tip revision: 29a5f56
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