https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ec312b0
Raw File
Tip revision: 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC
More changes related to review comments.
Tip revision: 0880a48
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