https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7619776eb7faff288746d123c25a12f9209c4116 authored by Adam Lanman on 12 December 2019, 18:18:15 UTC, committed by Bryna Hazelton on 13 December 2019, 20:31:50 UTC
1 parent 5406e7f
Raw File
Tip revision: 7619776eb7faff288746d123c25a12f9209c4116 authored by Adam Lanman on 12 December 2019, 18:18:15 UTC
Error if baselines appear in multiple redundant groups
Tip revision: 7619776
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