https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9092b682317790043714e77635f032ca0eed9f4e authored by pyxieloustar on 02 December 2021, 20:22:54 UTC, committed by Bryna Hazelton on 13 December 2021, 19:13:57 UTC
1 parent e178a9f
Raw File
Tip revision: 9092b682317790043714e77635f032ca0eed9f4e authored by pyxieloustar on 02 December 2021, 20:22:54 UTC
update correction defaults
Tip revision: 9092b68
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