Revision 7a3f39d8636405f8515c962501c0692407f62081 authored by Josh Dillon on 21 April 2020, 21:33:07 UTC, committed by Matthew Kolopanis on 27 April 2020, 16:00:51 UTC
1 parent 4a1c347
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