https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e57cad6a31454ffd875fe914679def05e33069d6 authored by Matthew Kolopanis on 30 January 2020, 16:23:02 UTC, committed by Bryna Hazelton on 07 February 2020, 01:01:42 UTC
1 parent ea22056
Raw File
Tip revision: e57cad6a31454ffd875fe914679def05e33069d6 authored by Matthew Kolopanis on 30 January 2020, 16:23:02 UTC
added a confest.py to the docs folder to handle setup/cleanup of output
Tip revision: e57cad6
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