https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 69a6f3b0acc9aa8bb02edf31d4e8d01592f80ebf authored by pre-commit-ci[bot] on 19 December 2022, 05:33:24 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
for more information, see https://pre-commit.ci
1 parent 76d5867
Raw File
Tip revision: 69a6f3b0acc9aa8bb02edf31d4e8d01592f80ebf authored by pre-commit-ci[bot] on 19 December 2022, 05:33:24 UTC
[pre-commit.ci] auto fixes from pre-commit.com hooks
Tip revision: 69a6f3b
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