https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 168dc4997ca63081e14fedee63d6d469c48449cd authored by Garrett "Karto" Keating on 28 September 2021, 21:16:49 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 3fe8371
Raw File
Tip revision: 168dc4997ca63081e14fedee63d6d469c48449cd authored by Garrett "Karto" Keating on 28 September 2021, 21:16:49 UTC
Adding testing skip for when casacore isn't installed w/ MIR-MS roundtrip
Tip revision: 168dc49
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