https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 1ecfe10516c06d386e1a164e2d3ec2cd36c51feb authored by Garrett 'Karto' Keating on 22 March 2024, 00:24:30 UTC
Rebase cleanup w/ yaml files
Tip revision: 1ecfe10
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