https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 39f954fa56b5eff7d6e6fb1e8224fef470e20378 authored by Bryna Hazelton on 03 April 2021, 15:46:01 UTC, committed by Jonathan Pober on 05 April 2021, 19:44:39 UTC
1 parent 212ea1a
Raw File
Tip revision: 39f954fa56b5eff7d6e6fb1e8224fef470e20378 authored by Bryna Hazelton on 03 April 2021, 15:46:01 UTC
increase coverage of _combine_history_addition function
Tip revision: 39f954f
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