https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59dd2b0a24b50e62f473ce4e9533eaab1bfde445 authored by Matthew Kolopanis on 29 January 2021, 20:42:29 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent eb99108
Raw File
Tip revision: 59dd2b0a24b50e62f473ce4e9533eaab1bfde445 authored by Matthew Kolopanis on 29 January 2021, 20:42:29 UTC
removed unused dtype definition
Tip revision: 59dd2b0
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