Revision aef67fb9c737e4b2683f768f68fad0fd1960ee4e authored by Matthew Kolopanis on 09 July 2020, 18:55:07 UTC, committed by Bryna Hazelton on 19 August 2020, 17:57:32 UTC
1 parent ba551d7
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