https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC, committed by Bryna Hazelton on 29 May 2019, 19:01:41 UTC
1 parent d31fe84
Raw File
Tip revision: 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC
changelog update
Tip revision: 9d6f01b
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