Revision 1e5daaf9a7d4fa9c6582374bce04f4b736472034 authored by Matthew Kolopanis on 10 February 2021, 16:45:05 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 3407c4e
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