https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 2bb57d4
Raw File
Tip revision: 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC
Formatting fix
Tip revision: 1c612e5
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