https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC, committed by Bryna Hazelton on 01 January 2020, 19:04:51 UTC
1 parent 2313619
Raw File
Tip revision: 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC
Add a basic existence test for mwa_beam
Tip revision: 806deb3
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top