Revision 64ec1da63cf404ff3e3d936470fd47e26f0a3eb8 authored by Matthew Kolopanis on 20 May 2020, 18:43:58 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent ef25dc2
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