https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 88f4482be07e0da88adb3c1c166d3cb26aee8d10 authored by Bryna Hazelton on 31 January 2022, 23:51:52 UTC, committed by Matthew Kolopanis on 01 February 2022, 20:20:36 UTC
1 parent 5f9b6ff
Raw File
Tip revision: 88f4482be07e0da88adb3c1c166d3cb26aee8d10 authored by Bryna Hazelton on 31 January 2022, 23:51:52 UTC
pin the RTD theme version to restore bullets in docs
Tip revision: 88f4482
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top