https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71cd3ad888f2b3097a12f5399093a21565d5eeb9 authored by Bryna Hazelton on 06 June 2022, 20:48:59 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent c085aaf
Raw File
Tip revision: 71cd3ad888f2b3097a12f5399093a21565d5eeb9 authored by Bryna Hazelton on 06 June 2022, 20:48:59 UTC
improve test coverage
Tip revision: 71cd3ad
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