https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3349a39f52d1ca2aa3755231d07a4d4eb6ec1def authored by Bryna Hazelton on 30 September 2022, 18:56:02 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 418941f
Raw File
Tip revision: 3349a39f52d1ca2aa3755231d07a4d4eb6ec1def authored by Bryna Hazelton on 30 September 2022, 18:56:02 UTC
fix min_version ci
Tip revision: 3349a39
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