https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC, committed by Bryna Hazelton on 01 February 2022, 19:02:18 UTC
1 parent 6c3c3c4
Raw File
Tip revision: 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC
use internal tolerances instead
Tip revision: 79c03a4
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