https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ded791274d2959f579d1b1deb0bb2debd97a0682 authored by Matthew Kolopanis on 21 January 2021, 23:47:37 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent d500c28
Raw File
Tip revision: ded791274d2959f579d1b1deb0bb2debd97a0682 authored by Matthew Kolopanis on 21 January 2021, 23:47:37 UTC
black formatting, some more comments
Tip revision: ded7912
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