https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 02d541841915f02e1c3cdc3e76369e55a9ff9d98 authored by Bryna Hazelton on 05 November 2017, 05:52:31 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent b902930
Raw File
Tip revision: 02d541841915f02e1c3cdc3e76369e55a9ff9d98 authored by Bryna Hazelton on 05 November 2017, 05:52:31 UTC
pep8 fixes, update readme
Tip revision: 02d5418
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