https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC, committed by Bryna Hazelton on 16 December 2020, 18:45:54 UTC
1 parent e49f895
Raw File
Tip revision: 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC
update pytest and pytest-cases version requirements
Tip revision: 2cb3446
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