https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b3655025f4310c5cb2775fb5c065f0477048b77 authored by Garrett "Karto" Keating on 20 June 2021, 01:48:16 UTC, committed by Paul La Plante on 25 June 2021, 14:57:44 UTC
1 parent 5324552
Raw File
Tip revision: 4b3655025f4310c5cb2775fb5c065f0477048b77 authored by Garrett "Karto" Keating on 20 June 2021, 01:48:16 UTC
Covering aipy_extracts with tests
Tip revision: 4b36550
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