https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b0f5599eb6715932b780a506505f7c66a8e8cfd6 authored by Nicholas Kern on 30 December 2019, 17:51:14 UTC, committed by Bryna Hazelton on 06 January 2020, 05:30:26 UTC
1 parent 88975f6
Raw File
Tip revision: b0f5599eb6715932b780a506505f7c66a8e8cfd6 authored by Nicholas Kern on 30 December 2019, 17:51:14 UTC
modified: CHANGELOG.md
Tip revision: b0f5599
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