https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b2c295f73469bf52a124a23ca3628afce35aa42 authored by Adam Lanman on 19 April 2019, 03:57:41 UTC, committed by Bryna Hazelton on 22 April 2019, 20:13:11 UTC
1 parent 314b904
Raw File
Tip revision: 4b2c295f73469bf52a124a23ca3628afce35aa42 authored by Adam Lanman on 19 April 2019, 03:57:41 UTC
update path in tutorial
Tip revision: 4b2c295
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