https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent bf5357d
Raw File
Tip revision: b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC
start write ms from @tammojan's PR
Tip revision: b9708ac
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