https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d3bca4162bd516be6f4117b46b993dfcc93fdc1d authored by Paul La Plante on 10 February 2022, 00:52:48 UTC
Update changelog for new release
Tip revision: d3bca41
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