https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2176518413d981debb040d339af60fdff213118e authored by Bryna Hazelton on 15 April 2020, 20:16:36 UTC, committed by Bryna Hazelton on 24 April 2020, 00:13:57 UTC
1 parent 4745b70
Raw File
Tip revision: 2176518413d981debb040d339af60fdff213118e authored by Bryna Hazelton on 15 April 2020, 20:16:36 UTC
update tutorial and changelog
Tip revision: 2176518
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