https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ac7ef30532a7e3b22ae4f61a3ab6d545ae72ee0d authored by Bryna Hazelton on 14 December 2020, 18:02:27 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 78f5bdf
Raw File
Tip revision: ac7ef30532a7e3b22ae4f61a3ab6d545ae72ee0d authored by Bryna Hazelton on 14 December 2020, 18:02:27 UTC
test uvflag with future shapes
Tip revision: ac7ef30
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