https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f2a9c2d89fc3a0c9046c44035730b29e0ef54763 authored by PyxieLouStar on 19 March 2020, 15:52:35 UTC, committed by Bryna Hazelton on 19 March 2020, 19:07:38 UTC
1 parent 303d1da
Raw File
Tip revision: f2a9c2d89fc3a0c9046c44035730b29e0ef54763 authored by PyxieLouStar on 19 March 2020, 15:52:35 UTC
update changelog
Tip revision: f2a9c2d
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