https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 69b9fa15669a7c449f65c50cdc4f5f01901085c0 authored by Bryna Hazelton on 12 October 2022, 17:37:45 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 0c20ff1
Raw File
Tip revision: 69b9fa15669a7c449f65c50cdc4f5f01901085c0 authored by Bryna Hazelton on 12 October 2022, 17:37:45 UTC
Address PR comments
Tip revision: 69b9fa1
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