https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent 5984fbc
Raw File
Tip revision: 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC
remove the telescopes.__all__ because of known telescope dict rename
Tip revision: 624ad62
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