https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 2ed8fc9
Raw File
Tip revision: 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC
add testing for reorder_blts, bug fixes
Tip revision: 0e705ac
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