https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0bd1e272f2e8177c094f61579e64f13cb95b486b authored by Garrett 'Karto' Keating on 09 December 2021, 20:41:24 UTC, committed by Bryna Hazelton on 10 December 2021, 22:23:03 UTC
1 parent 4e6abcf
Raw File
Tip revision: 0bd1e272f2e8177c094f61579e64f13cb95b486b authored by Garrett 'Karto' Keating on 09 December 2021, 20:41:24 UTC
Updating the CHANGELOG
Tip revision: 0bd1e27
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