https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 560e1eb5e79fa95869debb0f61c9a1006858165a authored by jburba on 15 November 2017, 20:18:46 UTC, committed by Bryna Hazelton on 16 November 2017, 17:43:51 UTC
1 parent 9540b3f
Raw File
Tip revision: 560e1eb5e79fa95869debb0f61c9a1006858165a authored by jburba on 15 November 2017, 20:18:46 UTC
More tutorial formatting and update select description
Tip revision: 560e1eb
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