https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 533b6dfb490390db23a0e3500f84e4cb4315dca3 authored by Bryna Hazelton on 09 December 2020, 16:27:34 UTC, committed by Bryna Hazelton on 09 December 2020, 17:54:45 UTC
1 parent 1034c93
Raw File
Tip revision: 533b6dfb490390db23a0e3500f84e4cb4315dca3 authored by Bryna Hazelton on 09 December 2020, 16:27:34 UTC
Try adding pytest-cases back to doctest yaml
Tip revision: 533b6df
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