Revision c7c61861272cfc20db492f11d9c48488b1dd6b5a authored by Matthew Kolopanis on 04 June 2021, 14:31:55 UTC, committed by Matthew Kolopanis on 16 September 2021, 15:21:33 UTC
1 parent 57eed04
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