https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a30ba1211f589e9cf9fdfe4769147831887d9a4b authored by Bryna Hazelton on 26 March 2018, 05:11:05 UTC, committed by Adam Beardsley on 28 March 2018, 00:44:12 UTC
1 parent 2bf3b30
Raw File
Tip revision: a30ba1211f589e9cf9fdfe4769147831887d9a4b authored by Bryna Hazelton on 26 March 2018, 05:11:05 UTC
update tests for new scipy version
Tip revision: a30ba12
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top