https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 15275acc5e52931a7456d1016657fe9c55b1428f authored by Matthew Kolopanis on 15 December 2020, 17:40:54 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 79f0118
Raw File
Tip revision: 15275acc5e52931a7456d1016657fe9c55b1428f authored by Matthew Kolopanis on 15 December 2020, 17:40:54 UTC
test for new quantity warnings/support
Tip revision: 15275ac
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