forked from open-telemetry/opentelemetry-python-genai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheachdist.ini
More file actions
36 lines (30 loc) · 1007 Bytes
/
Copy patheachdist.ini
File metadata and controls
36 lines (30 loc) · 1007 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
34
35
36
# 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=1.2b0.dev
packages=
all
opentelemetry-util-genai
[release_packages]
# Packages the release workflows may publish (eachdist.py list-release-packages).
packages=
opentelemetry-instrumentation-genai-agno
opentelemetry-instrumentation-genai-anthropic
opentelemetry-instrumentation-google-genai
opentelemetry-instrumentation-genai-langchain
opentelemetry-instrumentation-genai-openai
opentelemetry-instrumentation-genai-openai-agents
opentelemetry-instrumentation-genai-portkey
opentelemetry-instrumentation-genai-qwen-agent
opentelemetry-instrumentation-genai-smolagents
opentelemetry-util-genai
[lintroots]
extraroots=examples/*,scripts/
subglob=*.py,tests/,test/,src/*,examples/*
[testroots]
extraroots=examples/*,tests/
subglob=tests/,test/