https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e0fc2bc6adfff3aebef2e52534e5f8c9b00a4e02 authored by Adam Lanman on 02 November 2022, 20:29:37 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent ea351b5
Raw File
Tip revision: e0fc2bc6adfff3aebef2e52534e5f8c9b00a4e02 authored by Adam Lanman on 02 November 2022, 20:29:37 UTC
defaulting behavior of acceptable_range
Tip revision: e0fc2bc
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