https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4372b842af1eb24619dc001214def682b4d06f2f authored by Paul La Plante on 01 April 2021, 01:18:37 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 2dea10c
Raw File
Tip revision: 4372b842af1eb24619dc001214def682b4d06f2f authored by Paul La Plante on 01 April 2021, 01:18:37 UTC
Update uvh5 memo based on feedback
Tip revision: 4372b84
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