https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ccafcc76d981c429e1f17c9440f9ccb106a96238 authored by Bryna Hazelton on 24 February 2020, 17:51:36 UTC, committed by Adam Beardsley on 26 February 2020, 18:53:14 UTC
1 parent df218eb
Raw File
Tip revision: ccafcc76d981c429e1f17c9440f9ccb106a96238 authored by Bryna Hazelton on 24 February 2020, 17:51:36 UTC
address review comments
Tip revision: ccafcc7
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