https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b34f594a22852fc7a76f2bbc51e542f90e2282bf authored by Garrett Keating on 29 July 2020, 21:08:19 UTC, committed by Garrett Keating on 29 July 2020, 21:08:19 UTC
1 parent 5e2cee4
Raw File
Tip revision: b34f594a22852fc7a76f2bbc51e542f90e2282bf authored by Garrett Keating on 29 July 2020, 21:08:19 UTC
Leave me alone precommit
Tip revision: b34f594
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