https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 57469686084cbe82647d03b456b32f59605c2147 authored by Paul La Plante on 01 May 2019, 15:52:55 UTC, committed by Paul La Plante on 01 May 2019, 21:30:17 UTC
1 parent ceec938
Raw File
Tip revision: 57469686084cbe82647d03b456b32f59605c2147 authored by Paul La Plante on 01 May 2019, 15:52:55 UTC
Install cached_property for hera_sim
Tip revision: 5746968
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top