https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC, committed by Bryna Hazelton on 18 March 2021, 22:57:17 UTC
This reverts commit 95cdfb2c8b250589459a6c3814b95366cd30c108.
1 parent 76f978a
Raw File
Tip revision: 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC
Revert "don't redo attribute setting if it already has it"
Tip revision: 0747542
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