https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f6ee089ef936319cfb10087850699663106ef5b7 authored by Adam Lanman on 04 October 2022, 15:15:16 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent 1488646
Raw File
Tip revision: f6ee089ef936319cfb10087850699663106ef5b7 authored by Adam Lanman on 04 October 2022, 15:15:16 UTC
change interface to lunarsky
Tip revision: f6ee089
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