https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fef03013d15af86859c4f9290231c351110558ab authored by pyxieloustar on 16 February 2021, 16:56:38 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 5388117
Raw File
Tip revision: fef03013d15af86859c4f9290231c351110558ab authored by pyxieloustar on 16 February 2021, 16:56:38 UTC
update changelog and docstrings
Tip revision: fef0301
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