https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb1d1bcf3a11b6bf3d9b2763f22c4180a76c9eaf authored by Matthew Kolopanis on 15 May 2019, 15:05:04 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent e992865
Raw File
Tip revision: cb1d1bcf3a11b6bf3d9b2763f22c4180a76c9eaf authored by Matthew Kolopanis on 15 May 2019, 15:05:04 UTC
renamed duplicated test name
Tip revision: cb1d1bc
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