https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent cd19601
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",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top