https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4a1c347b2d555e9e050913da14f829d44d215ef6 authored by Bryna Hazelton on 24 April 2020, 16:01:48 UTC, committed by Bryna Hazelton on 24 April 2020, 17:04:02 UTC
1 parent 738f5fb
Raw File
Tip revision: 4a1c347b2d555e9e050913da14f829d44d215ef6 authored by Bryna Hazelton on 24 April 2020, 16:01:48 UTC
another small speedup
Tip revision: 4a1c347
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