https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ab54919bca458992dd3c5210b43b3064b775d276 authored by Adam Lanman on 12 December 2019, 18:23:54 UTC, committed by Bryna Hazelton on 13 December 2019, 20:31:50 UTC
1 parent 7619776
Raw File
Tip revision: ab54919bca458992dd3c5210b43b3064b775d276 authored by Adam Lanman on 12 December 2019, 18:23:54 UTC
update changelog
Tip revision: ab54919
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top