https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bfb14e0560ab6ad6b0ee54882b3e855bf51d19a7 authored by Matthew Kolopanis on 22 May 2019, 20:29:05 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 0eda159
Raw File
Tip revision: bfb14e0560ab6ad6b0ee54882b3e855bf51d19a7 authored by Matthew Kolopanis on 22 May 2019, 20:29:05 UTC
added a skipIf for python2 for the unicode string test
Tip revision: bfb14e0
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