https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5ebb831b28a4ad93cb777089f9ceb2ce46891205 authored by Paul La Plante on 21 July 2017, 23:05:59 UTC, committed by Bryna Hazelton on 22 July 2017, 01:53:17 UTC
1 parent 480f553
Raw File
Tip revision: 5ebb831b28a4ad93cb777089f9ceb2ce46891205 authored by Paul La Plante on 21 July 2017, 23:05:59 UTC
Allow checkWarnings to pass out function return values
Tip revision: 5ebb831
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