-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy patheachdist.ini
More file actions
33 lines (27 loc) · 806 Bytes
/
eachdist.ini
File metadata and controls
33 lines (27 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# These will be sorted first in that order.
# All packages that are depended upon by others should be listed here.
[DEFAULT]
sortfirst=
util/opentelemetry-util-genai
instrumentation/*
[prerelease]
version=0.63b0.dev
packages=
all
opentelemetry-util-genai
[exclude_release]
packages=
opentelemetry-instrumentation-anthropic
opentelemetry-instrumentation-claude-agent-sdk
opentelemetry-instrumentation-google-genai
opentelemetry-instrumentation-langchain
opentelemetry-instrumentation-openai-v2
opentelemetry-instrumentation-openai-agents-v2
opentelemetry-instrumentation-weaviate
opentelemetry-util-genai
[lintroots]
extraroots=examples/*,scripts/
subglob=*.py,tests/,test/,src/*,examples/*
[testroots]
extraroots=examples/*,tests/
subglob=tests/,test/