https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 1a336e1
Raw File
Tip revision: d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC
Pragma nocover for OSError
Tip revision: d267b0a
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