https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision df43fac411ed64d3c0b329a065fb502ff4b89a12 authored by Garrett Keating on 06 August 2020, 22:48:27 UTC, committed by Garrett Keating on 06 August 2020, 22:48:27 UTC
1 parent ed9b703
Raw File
Tip revision: df43fac411ed64d3c0b329a065fb502ff4b89a12 authored by Garrett Keating on 06 August 2020, 22:48:27 UTC
Realized there was a better way to compare strings via find (since we know that the first part of the strings should match)
Tip revision: df43fac
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