https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8dc4be0c99ab511409582216943da89640bc2f28 authored by Adam Beardsley on 09 August 2017, 16:45:27 UTC, committed by Bryna Hazelton on 09 August 2017, 16:53:30 UTC
1 parent 6cecb1b
Raw File
Tip revision: 8dc4be0c99ab511409582216943da89640bc2f28 authored by Adam Beardsley on 09 August 2017, 16:45:27 UTC
update readme to point to conda-forge aipy
Tip revision: 8dc4be0
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