Revision ffa05679cb3d519ace664341164724935d9ee8e8 authored by Matthew Kolopanis on 15 November 2021, 20:12:52 UTC, committed by Bryna Hazelton on 18 November 2021, 23:44:14 UTC
1 parent a485379
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