Revision b5cc1fb93fdee83f2d86cf09f58a1e81ef31505e authored by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC, committed by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC
1 parent bae5713
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