https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6722022392fa9dc9f4734d18c5db6fa9db23e675 authored by Matthew Kolopanis on 21 May 2019, 21:24:44 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent d191a11
Raw File
Tip revision: 6722022392fa9dc9f4734d18c5db6fa9db23e675 authored by Matthew Kolopanis on 21 May 2019, 21:24:44 UTC
remove double precision data test
Tip revision: 6722022
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