https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 8e61562
Raw File
Tip revision: 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC
Adjust for new warnings format
Tip revision: 1a336e1
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