https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 879ca326e959d122728b6f5a1f234eab609d6b87 authored by Paul La Plante on 25 August 2021, 16:57:17 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent ed17d87
Raw File
Tip revision: 879ca326e959d122728b6f5a1f234eab609d6b87 authored by Paul La Plante on 25 August 2021, 16:57:17 UTC
Add explanatory comment
Tip revision: 879ca32
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