https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 910855732224cc957c2975b36823eb9129b91941 authored by Bryna Hazelton on 01 June 2022, 17:55:36 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent aa5e239
Raw File
Tip revision: 910855732224cc957c2975b36823eb9129b91941 authored by Bryna Hazelton on 01 June 2022, 17:55:36 UTC
improve test coverage
Tip revision: 9108557
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top