https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 6b83a96
Raw File
Tip revision: 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC
update changelog removed section to say from where a keyword is removed
Tip revision: 71ce201
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top