https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 65eafff59f08908800a9e6a89b9203eb4de17c5b authored by Bryna Hazelton on 12 December 2019, 21:55:38 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent a214dbc
Raw File
Tip revision: 65eafff59f08908800a9e6a89b9203eb4de17c5b authored by Bryna Hazelton on 12 December 2019, 21:55:38 UTC
add test coverage
Tip revision: 65eafff
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top