Revision 9d24f6c776d33ab72b1c2da736e4e03a5b8b0942 authored by Bryna Hazelton on 12 December 2020, 18:01:43 UTC, committed by Paul La Plante on 13 December 2020, 16:51:37 UTC
1 parent 523cdce
Raw File
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