https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 53755f9a348f94cdbd39c4ea9467b55af149e620 authored by WSK on 02 December 2019, 22:02:38 UTC, committed by Bryna Hazelton on 12 December 2019, 18:15:22 UTC
1 parent 1b6682c
Raw File
Tip revision: 53755f9a348f94cdbd39c4ea9467b55af149e620 authored by WSK on 02 December 2019, 22:02:38 UTC
remove duplicate lines.
Tip revision: 53755f9
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