Revision aa15683649fc677d410b84ce88ed5e60e6eb477a authored by Bryna Hazelton on 16 August 2021, 21:01:42 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
Co-authored-by: Matthew Kolopanis <matthew.kolopanis@gmail.com>
1 parent b94ef92
Raw File
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