https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 96036af5a86d66e357f945832f9a302b689235a8 authored by Bryna Hazelton on 16 July 2018, 22:12:52 UTC, committed by Bryna Hazelton on 17 July 2018, 22:36:38 UTC
1 parent fbceac4
Raw File
Tip revision: 96036af5a86d66e357f945832f9a302b689235a8 authored by Bryna Hazelton on 16 July 2018, 22:12:52 UTC
Maintain backwards compatibility with deprecation warning
Tip revision: 96036af
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
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