https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e306951bf6aff7b144023bc767bc9313b0aa30b5 authored by Bryna Hazelton on 10 April 2019, 22:20:00 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent bb55d26
Raw File
Tip revision: e306951bf6aff7b144023bc767bc9313b0aa30b5 authored by Bryna Hazelton on 10 April 2019, 22:20:00 UTC
fix sorting to actually work, add reordering to fast_concat test
Tip revision: e306951
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