https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 45f38d240e9a7d08a0f2527212217f9d48155f8b authored by Zachary Martinot on 19 July 2017, 20:35:24 UTC, committed by Bryna Hazelton on 05 November 2017, 04:58:06 UTC
1 parent 32ed896
Raw File
Tip revision: 45f38d240e9a7d08a0f2527212217f9d48155f8b authored by Zachary Martinot on 19 July 2017, 20:35:24 UTC
fixed setting parameters, adding testing
Tip revision: 45f38d2
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top