https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 47b75248ac24b48a3e04108f2cecbd0360daf31b authored by Bryna Hazelton on 25 April 2019, 18:32:52 UTC, committed by Bryna Hazelton on 08 May 2019, 17:58:20 UTC
1 parent da68b3a
Raw File
Tip revision: 47b75248ac24b48a3e04108f2cecbd0360daf31b authored by Bryna Hazelton on 25 April 2019, 18:32:52 UTC
Add checking of lst_array values
Tip revision: 47b7524
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