swh:1:snp:da9f681de57b9112454de79fd861fda29a83f001
Raw File
Tip revision: d563b8051b7db96e0dabde6b405183ecf4d067d6 authored by Bryna Hazelton on 19 May 2022, 17:11:36 UTC
start work on UVCal fast concat
Tip revision: d563b80
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