https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent e0c466c
Raw File
Tip revision: 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC
fix up breaking tests
Tip revision: 6b59b96
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