https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 60574ec0c05f26aa38da7dc633263cd3c1afb5e4 authored by Adam Lanman on 04 January 2021, 19:56:01 UTC, committed by Bryna Hazelton on 14 January 2021, 05:23:16 UTC
1 parent 2917600
Raw File
Tip revision: 60574ec0c05f26aa38da7dc633263cd3c1afb5e4 authored by Adam Lanman on 04 January 2021, 19:56:01 UTC
changelog
Tip revision: 60574ec
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