https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ef5776b0100d9435938479a95f7d08e893fd4e6f authored by Bryna Hazelton on 27 October 2022, 17:32:09 UTC, committed by Matthew Kolopanis on 31 October 2022, 18:59:12 UTC
1 parent b75ca02
Raw File
Tip revision: ef5776b0100d9435938479a95f7d08e893fd4e6f authored by Bryna Hazelton on 27 October 2022, 17:32:09 UTC
Add warnings filter for pytest-cov/pytest-xdist problem
Tip revision: ef5776b
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