Revision 90d794ae23dabd458a8ff433f81d964e8ad31a66 authored by Steven Murray on 13 January 2023, 17:36:28 UTC, committed by Steven Murray on 13 January 2023, 17:36:28 UTC
1 parent 8b22682
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