Revision 6d453f6582d4bd40ab8a3c6f1a71cd8f499addef authored by Bryna Hazelton on 22 March 2021, 21:39:42 UTC, committed by Adam Beardsley on 07 April 2021, 16:02:16 UTC
1 parent 39f954f
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