https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 3bec5a5484d28e0ee4f05b579c9e8853af2ff968 authored by Steven Murray on 15 February 2022, 22:39:19 UTC
docs: newline in changelog
Tip revision: 3bec5a5
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top