https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 82305307711b76db7c1a818e58fa414ebae2f9b1 authored by Bryna Hazelton on 24 April 2019, 18:24:55 UTC, committed by Paul La Plante on 25 April 2019, 04:09:41 UTC
1 parent 063883c
Raw File
Tip revision: 82305307711b76db7c1a818e58fa414ebae2f9b1 authored by Bryna Hazelton on 24 April 2019, 18:24:55 UTC
make sure coverage and yaml are installed as appropriate
Tip revision: 8230530
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