https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 510628928830636d71a630c9f346d2f497f362bd authored by Josh Dillon on 21 April 2020, 21:47:03 UTC, committed by Matthew Kolopanis on 27 April 2020, 16:00:51 UTC
1 parent 9a715ba
Raw File
Tip revision: 510628928830636d71a630c9f346d2f497f362bd authored by Josh Dillon on 21 April 2020, 21:47:03 UTC
update changelog
Tip revision: 5106289
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