https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision de712f584a05d2c8d1bc60e6eef99af78da55f66 authored by Bryna Hazelton on 20 December 2019, 00:24:42 UTC, committed by Bryna Hazelton on 20 December 2019, 03:30:21 UTC
1 parent fd6f32a
Raw File
Tip revision: de712f584a05d2c8d1bc60e6eef99af78da55f66 authored by Bryna Hazelton on 20 December 2019, 00:24:42 UTC
Fix magic encoding strings at top of files.
Tip revision: de712f5
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