https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ab4d84f5db910d965f9143f3b1f207874c2477f authored by Adam Lanman on 17 September 2022, 21:56:10 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent c39a595
Raw File
Tip revision: 3ab4d84f5db910d965f9143f3b1f207874c2477f authored by Adam Lanman on 17 September 2022, 21:56:10 UTC
coverage
Tip revision: 3ab4d84
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