https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 07fa6a5fb100db044d7335e4877bd7efb50dc409 authored by Adam Beardsley on 06 November 2017, 15:59:10 UTC, committed by Bryna Hazelton on 07 November 2017, 18:17:41 UTC
1 parent 2835ffe
Raw File
Tip revision: 07fa6a5fb100db044d7335e4877bd7efb50dc409 authored by Adam Beardsley on 06 November 2017, 15:59:10 UTC
updated test to actually fail before bug fix
Tip revision: 07fa6a5
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