https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
1 parent 4224230
Raw File
Tip revision: c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC
Cleanup and fix flake8 issues
Tip revision: c46e8dc
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