https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8b7949b7680b22ff12bd06706b70efd461f1d37c authored by Matthew Kolopanis on 10 February 2021, 16:47:48 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 6346820
Raw File
Tip revision: 8b7949b7680b22ff12bd06706b70efd461f1d37c authored by Matthew Kolopanis on 10 February 2021, 16:47:48 UTC
add C flags for cython line tracing the test coverage scripts
Tip revision: 8b7949b
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