https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC, committed by Paul La Plante on 16 June 2020, 16:48:11 UTC
1 parent 16732d4
Raw File
Tip revision: 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC
improve testing, fix warning
Tip revision: 3ede539
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