https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent f9ff13d
Raw File
Tip revision: 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC
fix python version passing in workflow
Tip revision: 6208e65
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