https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8b82a3b8b540168ea2d20fd03b2a5f55886cfb91 authored by Paul La Plante on 13 May 2020, 18:05:02 UTC, committed by Paul La Plante on 02 June 2020, 18:57:13 UTC
1 parent 4bfe13c
Raw File
Tip revision: 8b82a3b8b540168ea2d20fd03b2a5f55886cfb91 authored by Paul La Plante on 13 May 2020, 18:05:02 UTC
Fix changelog
Tip revision: 8b82a3b
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