https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent bdf2737
Raw File
Tip revision: 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC
review comments
Tip revision: 29a5f56
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