https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6947c93f78b0efe5b990ae7744483058e2c3c1f1 authored by Bryna Hazelton on 11 January 2023, 18:45:15 UTC, committed by Matthew Kolopanis on 17 January 2023, 17:57:52 UTC
1 parent 9063621
Raw File
Tip revision: 6947c93f78b0efe5b990ae7744483058e2c3c1f1 authored by Bryna Hazelton on 11 January 2023, 18:45:15 UTC
Move the conversion to a new function that is called by `check`
Tip revision: 6947c93
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