https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1a07c8239358f065a3e2a42ad8ecfd1c4f31143c authored by Paul La Plante on 13 September 2021, 16:11:56 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent ab83608
Raw File
Tip revision: 1a07c8239358f065a3e2a42ad8ecfd1c4f31143c authored by Paul La Plante on 13 September 2021, 16:11:56 UTC
Fix typo in docstring
Tip revision: 1a07c82
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