https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC
update gitignore for new auto docs files
Tip revision: befb920
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