https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 81b247749a47e6446417e551a3dc139372ddc526 authored by Bryna Hazelton on 14 September 2020, 02:13:48 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent 39c20a3
Raw File
Tip revision: 81b247749a47e6446417e551a3dc139372ddc526 authored by Bryna Hazelton on 14 September 2020, 02:13:48 UTC
more test coverage
Tip revision: 81b2477
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