https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9c3d547715a3a03ca855e6d5fb6aa74909f812ea authored by Garrett 'Karto' Keating on 18 December 2021, 02:53:45 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent b21d3d0
Raw File
Tip revision: 9c3d547715a3a03ca855e6d5fb6aa74909f812ea authored by Garrett 'Karto' Keating on 18 December 2021, 02:53:45 UTC
Adding comments, tests to improve coverage
Tip revision: 9c3d547
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