https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a24b7b24cc94c180b736b768a71e5b12b6a95f1a authored by Bryna Hazelton on 22 May 2019, 23:42:31 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent 624ad62
Raw File
Tip revision: a24b7b24cc94c180b736b768a71e5b12b6a95f1a authored by Bryna Hazelton on 22 May 2019, 23:42:31 UTC
docstrings fixes in aipy_extracts and get_fhd_history
Tip revision: a24b7b2
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