https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bae0c044fc3a4e2f100552fe768c760cb7762f1c authored by Bryna Hazelton on 18 December 2019, 01:18:38 UTC, committed by Bryna Hazelton on 20 December 2019, 20:14:24 UTC
1 parent 0d4a3aa
Raw File
Tip revision: bae0c044fc3a4e2f100552fe768c760cb7762f1c authored by Bryna Hazelton on 18 December 2019, 01:18:38 UTC
fix another place I missed `time_range`
Tip revision: bae0c04
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