https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5aebe97f7e8e2b4a8be14eb27059669b579afd10 authored by Bryna Hazelton on 07 December 2020, 21:23:12 UTC, committed by Bryna Hazelton on 09 December 2020, 18:11:21 UTC
1 parent e78f3cf
Raw File
Tip revision: 5aebe97f7e8e2b4a8be14eb27059669b579afd10 authored by Bryna Hazelton on 07 December 2020, 21:23:12 UTC
actually check error messages in test_uvbeam
Tip revision: 5aebe97
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