https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC, committed by Bryna Hazelton on 12 January 2023, 17:31:19 UTC
1 parent 94c6512
Raw File
Tip revision: d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC
Fix a new deprecation warning after rebasing
Tip revision: d857914
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