https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d419fab2f8ba983c5b24050847c3b7a64bd65565 authored by Adam Beardsley on 01 July 2020, 16:47:21 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent 913a98e
Raw File
Tip revision: d419fab2f8ba983c5b24050847c3b7a64bd65565 authored by Adam Beardsley on 01 July 2020, 16:47:21 UTC
input to indata in test class
Tip revision: d419fab
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