Revision ba9c2ca8cc016d4ea90e12240a9bc0b5f40bb8ef authored by Bryna Hazelton on 31 October 2022, 17:46:08 UTC, committed by Matthew Kolopanis on 31 October 2022, 18:59:12 UTC
1 parent 4538798
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