swh:1:snp:340a4c5276a28e0e8a0730602beee2f8d79c28d6
Raw File
Tip revision: adccc90df21dee45268406c964cbab80755fde8c authored by Bryna Hazelton on 26 January 2023, 22:25:38 UTC
add test coverage, remove unreachable code
Tip revision: adccc90
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