https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 713f2cac76d83185ef9841288c365dbe0b4e66e3 authored by Bryna Hazelton on 02 June 2022, 16:36:00 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent fdded63
Raw File
Tip revision: 713f2cac76d83185ef9841288c365dbe0b4e66e3 authored by Bryna Hazelton on 02 June 2022, 16:36:00 UTC
address review comments
Tip revision: 713f2ca
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