https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 948d9e47a99f0f7d12449f9554b3b5ffd4fc2a55 authored by Adam Lanman on 16 September 2018, 22:02:19 UTC, committed by Bryna Hazelton on 25 September 2018, 17:52:50 UTC
1 parent 751d4fc
Raw File
Tip revision: 948d9e47a99f0f7d12449f9554b3b5ffd4fc2a55 authored by Adam Lanman on 16 September 2018, 22:02:19 UTC
Spelling fix
Tip revision: 948d9e4
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
back to top