https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent e58a6f1
Raw File
Tip revision: 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC
put observer from MS files into extra_keywords
Tip revision: 0d4e689
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