https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fcff76f1e325a8c2205dd75e32cc3d7c263b7ede authored by pyxieloustar on 01 December 2021, 19:40:51 UTC, committed by Bryna Hazelton on 13 December 2021, 19:13:57 UTC
1 parent d69091b
Raw File
Tip revision: fcff76f1e325a8c2205dd75e32cc3d7c263b7ede authored by pyxieloustar on 01 December 2021, 19:40:51 UTC
edit comment
Tip revision: fcff76f
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