https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 04a952e
Raw File
Tip revision: 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC
Formatting fixes
Tip revision: 1c725d6
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