Revision 7375209ffa5992e69e94e7fa040e321e9dfe3a33 authored by Matthew Kolopanis on 29 July 2020, 17:10:37 UTC, committed by Bryna Hazelton on 06 August 2020, 17:44:09 UTC
1 parent 74f0641
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