https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision efa9b161cd105332959fb3a663b492f5ce91ed56 authored by Bryna Hazelton on 16 November 2019, 01:35:27 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent 7425fda
Raw File
Tip revision: efa9b161cd105332959fb3a663b492f5ce91ed56 authored by Bryna Hazelton on 16 November 2019, 01:35:27 UTC
add support for all phase keywords, fix tests
Tip revision: efa9b16
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