https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf4788ffc0460018b1c5ead67362accd5107006b authored by Bryna Hazelton on 08 February 2022, 22:16:29 UTC, committed by Paul La Plante on 08 February 2022, 23:22:21 UTC
1 parent c3412ac
Raw File
Tip revision: bf4788ffc0460018b1c5ead67362accd5107006b authored by Bryna Hazelton on 08 February 2022, 22:16:29 UTC
fix scipy readsav import
Tip revision: bf4788f
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