https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ea36e167ae0346ae1e887cbaa5737ef3c1386f27 authored by Bryna Hazelton on 30 September 2021, 16:17:10 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 0d4e689
Raw File
Tip revision: ea36e167ae0346ae1e887cbaa5737ef3c1386f27 authored by Bryna Hazelton on 30 September 2021, 16:17:10 UTC
Update the changelog for write_ms
Tip revision: ea36e16
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