https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 20cdd3e
Raw File
Tip revision: b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC
fix tutorial references
Tip revision: b7e45ef
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