https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 626214fdfa02be59b6592cbe2076a307996a7e09 authored by Bryna Hazelton on 05 October 2018, 19:24:51 UTC, committed by Bryna Hazelton on 11 October 2018, 20:10:19 UTC
1 parent 53c1551
Raw File
Tip revision: 626214fdfa02be59b6592cbe2076a307996a7e09 authored by Bryna Hazelton on 05 October 2018, 19:24:51 UTC
cleanup imports throughout
Tip revision: 626214f
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
back to top