swh:1:snp:803d19025bc10d3c1c6463d0fc99ee6f1eef19b1
Raw File
Tip revision: 16b1cd62aec168d95695e3605dba8f616b36aceb authored by pyxieloustar on 01 November 2021, 15:42:05 UTC
address comments, keyword depracation, docstrings
Tip revision: 16b1cd6
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