https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b382be644848abe315df035d1cec23f694e65427 authored by Bryna Hazelton on 10 November 2021, 17:56:51 UTC, committed by Matthew Kolopanis on 10 November 2021, 19:44:57 UTC
1 parent 776db5e
Raw File
Tip revision: b382be644848abe315df035d1cec23f694e65427 authored by Bryna Hazelton on 10 November 2021, 17:56:51 UTC
remove duplicated test fixtures
Tip revision: b382be6
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