https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 45c9982ad46a6ede0549fc6464c02715453cbcf2 authored by Paul La Plante on 07 December 2022, 00:21:17 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent 4722ffe
Raw File
Tip revision: 45c9982ad46a6ede0549fc6464c02715453cbcf2 authored by Paul La Plante on 07 December 2022, 00:21:17 UTC
Ignore test pypi for now
Tip revision: 45c9982
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