https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0d4a3aa9ea6a82dda6e7e8b8758b3896ff804a26 authored by Bryna Hazelton on 17 December 2019, 23:28:24 UTC, committed by Bryna Hazelton on 20 December 2019, 20:14:24 UTC
1 parent 42c5c5c
Raw File
Tip revision: 0d4a3aa9ea6a82dda6e7e8b8758b3896ff804a26 authored by Bryna Hazelton on 17 December 2019, 23:28:24 UTC
update tutorial for time_range select.
Tip revision: 0d4a3aa
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