https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC, committed by Bryna Hazelton on 01 February 2022, 00:27:53 UTC
1 parent fb2e721
Raw File
Tip revision: acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC
Make handling of types in miriad extra_keywords more general
Tip revision: acc218f
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