https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4072e785bf105c534e63aefc1057012fbdb83bb7 authored by Bryna Hazelton on 04 June 2019, 14:40:56 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 0142392
Raw File
Tip revision: 4072e785bf105c534e63aefc1057012fbdb83bb7 authored by Bryna Hazelton on 04 June 2019, 14:40:56 UTC
update changelog
Tip revision: 4072e78
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