https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf7364126df68e623aa09c72a63be4c6cc51a621 authored by Jacob Burba on 19 July 2017, 19:35:14 UTC, committed by Bryna Hazelton on 16 November 2017, 17:43:51 UTC
1 parent b338b56
Raw File
Tip revision: bf7364126df68e623aa09c72a63be4c6cc51a621 authored by Jacob Burba on 19 July 2017, 19:35:14 UTC
Hopefully last tutorial update
Tip revision: bf73641
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