https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 33f73e2941f5436ee5b4e0b3d0e05e21785d89cf authored by Matthew Kolopanis on 16 May 2019, 17:41:20 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent ab970c7
Raw File
Tip revision: 33f73e2941f5436ee5b4e0b3d0e05e21785d89cf authored by Matthew Kolopanis on 16 May 2019, 17:41:20 UTC
removed unittest from uvbeam in favor of pytest fixtures
Tip revision: 33f73e2
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