Revision ebdc0f159305f1ebe3a55bb09f3bb466eb95fbb0 authored by Paul La Plante on 01 September 2021, 16:16:55 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 493cf77
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