https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 8c551b0
Raw File
Tip revision: 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC
add van vleck turnaround test
Tip revision: 21d20de
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top