https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision acddefbbe972aab4390431daff23457d0bda1759 authored by Garrett "Karto" Keating on 26 June 2021, 01:40:59 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent 8f5dfd2
Raw File
Tip revision: acddefbbe972aab4390431daff23457d0bda1759 authored by Garrett "Karto" Keating on 26 June 2021, 01:40:59 UTC
v2.2 deprecation for UVData
Tip revision: acddefb
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