https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 948daf5e38796466f9978e07e5b347164b55ee8e authored by Bryna Hazelton on 05 July 2018, 23:07:16 UTC, committed by Bryna Hazelton on 21 July 2018, 18:38:43 UTC
1 parent 37ee5e8
Raw File
Tip revision: 948daf5e38796466f9978e07e5b347164b55ee8e authored by Bryna Hazelton on 05 July 2018, 23:07:16 UTC
start work on generic read
Tip revision: 948daf5
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top