https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a6830505494075ba9ba86dea18e3b050878e7ee0 authored by Garrett "Karto" Keating on 05 October 2021, 22:08:57 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent e64c57a
Raw File
Tip revision: a6830505494075ba9ba86dea18e3b050878e7ee0 authored by Garrett "Karto" Keating on 05 October 2021, 22:08:57 UTC
Putting in fix for astroquery/JPL-Horizons related error.
Tip revision: a683050
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