https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 29fbd8b0290191be81c0f1d9a63aca95e31177d4 authored by Bryna Hazelton on 16 December 2020, 18:48:25 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent 3c43ca3
Raw File
Tip revision: 29fbd8b0290191be81c0f1d9a63aca95e31177d4 authored by Bryna Hazelton on 16 December 2020, 18:48:25 UTC
remove unnecessary upload step
Tip revision: 29fbd8b
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