https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb1b8efd233aecc252c49764d0f24c71465dcf12 authored by Bryna Hazelton on 21 December 2019, 00:48:52 UTC, committed by Paul La Plante on 15 January 2020, 20:51:07 UTC
1 parent c43942b
Raw File
Tip revision: cb1b8efd233aecc252c49764d0f24c71465dcf12 authored by Bryna Hazelton on 21 December 2019, 00:48:52 UTC
pep8 fixes
Tip revision: cb1b8ef
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