https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 183597baeed879b11909dd6d39e7e7dff5851e88 authored by Steven Murray on 04 October 2022, 00:08:55 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent eb0ab07
Raw File
Tip revision: 183597baeed879b11909dd6d39e7e7dff5851e88 authored by Steven Murray on 04 October 2022, 00:08:55 UTC
fix Bryna's doc comments
Tip revision: 183597b
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