https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 14c961cf3739020d0da957a2e0bf372a1d97da76 authored by Matthew Kolopanis on 28 January 2021, 16:05:58 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent f6e1d27
Raw File
Tip revision: 14c961cf3739020d0da957a2e0bf372a1d97da76 authored by Matthew Kolopanis on 28 January 2021, 16:05:58 UTC
update changelog
Tip revision: 14c961c
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