https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 381961f
Raw File
Tip revision: 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC
Formating changes for PEP8
Tip revision: 3c2756a
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