https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC, committed by Matthew Kolopanis on 04 February 2022, 22:04:00 UTC
1 parent 382a0c3
Raw File
Tip revision: 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC
Update setup.py and docs with pytest requirement
Tip revision: 5da9d49
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