https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d3731348ce6442d45c45ada01bd5e6014659b5b4 authored by Bryna Hazelton on 12 March 2021, 18:08:24 UTC, committed by Bryna Hazelton on 14 July 2021, 15:40:15 UTC
1 parent a2ee520
Raw File
Tip revision: d3731348ce6442d45c45ada01bd5e6014659b5b4 authored by Bryna Hazelton on 12 March 2021, 18:08:24 UTC
Add phased requirement for write_ms
Tip revision: d373134
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