https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d73325a8a1cfee260a2e5bd966b9e51dca626d2e authored by Bryna Hazelton on 29 October 2017, 02:52:39 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent db227ee
Raw File
Tip revision: d73325a8a1cfee260a2e5bd966b9e51dca626d2e authored by Bryna Hazelton on 29 October 2017, 02:52:39 UTC
fix cst beam examples
Tip revision: d73325a
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top