https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 036795078b7327f55e7bec8f4d432a5a707a9845 authored by Garrett "Karto" Keating on 28 June 2021, 18:03:45 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent f0ebd94
Raw File
Tip revision: 036795078b7327f55e7bec8f4d432a5a707a9845 authored by Garrett "Karto" Keating on 28 June 2021, 18:03:45 UTC
Putting socket warning fix into utils.lookup_jplhorizons
Tip revision: 0367950
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