https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 13d18240271cdf5dccf1c7eaf99535d8ef0675e4 authored by Bryna Hazelton on 24 October 2019, 00:14:28 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent f64f185
Raw File
Tip revision: 13d18240271cdf5dccf1c7eaf99535d8ef0675e4 authored by Bryna Hazelton on 24 October 2019, 00:14:28 UTC
remove file looping in file specific reads per issue #694
Tip revision: 13d1824
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top