https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a5fc55c72d3bdea45b3db347c7bbddd78fda2a94 authored by Bryna Hazelton on 14 July 2022, 17:51:04 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 67ce558
Raw File
Tip revision: a5fc55c72d3bdea45b3db347c7bbddd78fda2a94 authored by Bryna Hazelton on 14 July 2022, 17:51:04 UTC
less copying and less complexity!
Tip revision: a5fc55c
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