https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d5515e11b331a26e14ead3c2bd2bd0cb19220596 authored by Bryna Hazelton on 14 October 2021, 22:50:31 UTC
update the changelog for a new version
Tip revision: d5515e1
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