https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 60767148b8831297965dc020f3dcc6d4578293f8 authored by Theodora Kunicki on 09 May 2020, 19:05:45 UTC, committed by Bryna Hazelton on 25 May 2020, 19:38:13 UTC
1 parent 2bd61a0
Raw File
Tip revision: 60767148b8831297965dc020f3dcc6d4578293f8 authored by Theodora Kunicki on 09 May 2020, 19:05:45 UTC
Removed commented-out text from source document. Done for now, needs review from someone more familiar with uvcal.
Tip revision: 6076714
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top