https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 037803b70d91efcb2960040682d55f9ad6a3caa7 authored by Bryna Hazelton on 02 June 2022, 18:03:28 UTC, committed by Matthew Kolopanis on 12 July 2022, 19:04:48 UTC
1 parent 8417bdc
Raw File
Tip revision: 037803b70d91efcb2960040682d55f9ad6a3caa7 authored by Bryna Hazelton on 02 June 2022, 18:03:28 UTC
Add Azure pipelines CI back
Tip revision: 037803b
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