https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 31ebcf2cf80d02f7d22c80993aa9e6853166b9ad authored by Bryna Hazelton on 21 December 2022, 21:08:47 UTC, committed by Bryna Hazelton on 29 December 2022, 17:07:16 UTC
Only run them on PRs and releases, not on pushes
1 parent f53f978
Raw File
Tip revision: 31ebcf2cf80d02f7d22c80993aa9e6853166b9ad authored by Bryna Hazelton on 21 December 2022, 21:08:47 UTC
Limit the number of publishing CI jobs
Tip revision: 31ebcf2
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