https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ea29fd13d0a8eefb2c4f839e74e11f3636e09d4d authored by Bryna Hazelton on 22 May 2019, 20:33:59 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent b7e45ef
Raw File
Tip revision: ea29fd13d0a8eefb2c4f839e74e11f3636e09d4d authored by Bryna Hazelton on 22 May 2019, 20:33:59 UTC
convert nose to pytest
Tip revision: ea29fd1
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top