https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5d6a884d68a5db21b7e491f621172655a17236f1 authored by Bryna Hazelton on 29 October 2017, 02:36:22 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent 07fa6a5
Raw File
Tip revision: 5d6a884d68a5db21b7e491f621172655a17236f1 authored by Bryna Hazelton on 29 October 2017, 02:36:22 UTC
make tutorials work with doctest
Tip revision: 5d6a884
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