https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d3eadbacd1edbcd030d6eb5bd803cc2cc3a9ab3f authored by Matthew Kolopanis on 16 February 2021, 17:02:03 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent a4a39bc
Raw File
Tip revision: d3eadbacd1edbcd030d6eb5bd803cc2cc3a9ab3f authored by Matthew Kolopanis on 16 February 2021, 17:02:03 UTC
add some explanatory comments
Tip revision: d3eadba
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