https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d0994ea475e8b2021e9b787e2fb2fe763ceaf28f authored by Paul La Plante on 06 December 2022, 19:04:38 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent d7bb7e7
Raw File
Tip revision: d0994ea475e8b2021e9b787e2fb2fe763ceaf28f authored by Paul La Plante on 06 December 2022, 19:04:38 UTC
Do the same thing as scipy
Tip revision: d0994ea
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