https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a4e3993de76a00c0221a74a2e5ad7480ce5fab4c authored by Dara Storer on 11 March 2020, 01:02:23 UTC, committed by Bryna Hazelton on 16 March 2020, 00:34:29 UTC
1 parent 61e3935
Raw File
Tip revision: a4e3993de76a00c0221a74a2e5ad7480ce5fab4c authored by Dara Storer on 11 March 2020, 01:02:23 UTC
Add file testing block when reading multiple files
Tip revision: a4e3993
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