https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent 6ba60f7
Raw File
Tip revision: 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC
update the tutorial
Tip revision: 8234daa
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top