https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent 720324c
Raw File
Tip revision: 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC
Updating CHANGELOG
Tip revision: 4eb0924
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