https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 03e8e81b7408bb962ac66cb538edee2b6af5e43d authored by PyxieLouStar on 29 September 2020, 16:25:08 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 583f150
Raw File
Tip revision: 03e8e81b7408bb962ac66cb538edee2b6af5e43d authored by PyxieLouStar on 29 September 2020, 16:25:08 UTC
update tutorial
Tip revision: 03e8e81
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