https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a91f59355db236df4717f0c17464e3d5dcc8dc7a authored by Bryna Hazelton on 18 December 2019, 01:20:21 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent 85df1f6
Raw File
Tip revision: a91f59355db236df4717f0c17464e3d5dcc8dc7a authored by Bryna Hazelton on 18 December 2019, 01:20:21 UTC
catch deprecation warning
Tip revision: a91f593
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