Revision 94b32c05d81f077e8cab3185c4ebdc2615ffa222 authored by pre-commit-ci[bot] on 06 November 2022, 03:54:03 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
for more information, see https://pre-commit.ci
1 parent 5ba9eae
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