https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3e18b8b4b8fab07067857d6025700df5367334e7 authored by Bryna Hazelton on 20 December 2019, 18:24:02 UTC, committed by Bryna Hazelton on 20 December 2019, 20:14:24 UTC
1 parent de8a461
Raw File
Tip revision: 3e18b8b4b8fab07067857d6025700df5367334e7 authored by Bryna Hazelton on 20 December 2019, 18:24:02 UTC
address review comments
Tip revision: 3e18b8b
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top