https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d7886cee37f3bc2ce4fa5f0b8e25ef67757b9335 authored by Bryna Hazelton on 28 September 2021, 01:01:41 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:07:23 UTC
1 parent 492d5de
Raw File
Tip revision: d7886cee37f3bc2ce4fa5f0b8e25ef67757b9335 authored by Bryna Hazelton on 28 September 2021, 01:01:41 UTC
update changelog
Tip revision: d7886ce
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