https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0c81690cfd1869bc0ee0ac0cd780ee38b4d58aa9 authored by Matthew Kolopanis on 15 May 2019, 00:12:49 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent e91e75c
Raw File
Tip revision: 0c81690cfd1869bc0ee0ac0cd780ee38b4d58aa9 authored by Matthew Kolopanis on 15 May 2019, 00:12:49 UTC
deprecation now warns removal in 1.5
Tip revision: 0c81690
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