https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 459fe95ba51d2e6fcede13e2eb15b07dff9a63fd authored by pyxieloustar on 27 August 2020, 23:41:12 UTC, committed by Bryna Hazelton on 28 August 2020, 20:51:54 UTC
1 parent 9951b93
Raw File
Tip revision: 459fe95ba51d2e6fcede13e2eb15b07dff9a63fd authored by pyxieloustar on 27 August 2020, 23:41:12 UTC
updated comment
Tip revision: 459fe95
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