https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC, committed by Bryna Hazelton on 11 May 2018, 06:55:31 UTC
1 parent 446ece8
Raw File
Tip revision: 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC
minor comment typo
Tip revision: 7f8a84b
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