https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 98a48fcc9452a1b625c10b95fbff344c462bdfdd authored by Zaki Ali on 25 September 2017, 20:42:23 UTC, committed by Adam Beardsley on 02 October 2017, 21:43:41 UTC
1 parent de3ab11
Raw File
Tip revision: 98a48fcc9452a1b625c10b95fbff344c462bdfdd authored by Zaki Ali on 25 September 2017, 20:42:23 UTC
Use the new array name
Tip revision: 98a48fc
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