Revision 40ae4653caa92ca0c2ec357f4522e83c095ff427 authored by Steven Murray on 06 April 2023, 13:01:27 UTC, committed by Bryna Hazelton on 24 May 2023, 22:26:41 UTC
1 parent 18c8768
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