mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
25 lines
625 B
INI
25 lines
625 B
INI
# These will be sorted first in that order.
|
|
# All packages that are depended upon by others should be listed here.
|
|
[DEFAULT]
|
|
ignore=
|
|
_template
|
|
reference
|
|
opentelemetry-python-core
|
|
|
|
sortfirst=
|
|
instrumentation/opentelemetry-instrumentation-wsgi
|
|
instrumentation/opentelemetry-instrumentation-dbapi
|
|
instrumentation/opentelemetry-instrumentation-asgi
|
|
instrumentation/opentelemetry-instrumentation-botocore
|
|
instrumentation/*
|
|
exporter/*
|
|
ext/*
|
|
|
|
[lintroots]
|
|
extraroots=examples/*,scripts/
|
|
subglob=*.py,tests/,test/,src/*,examples/*
|
|
|
|
[testroots]
|
|
extraroots=examples/*,tests/
|
|
subglob=tests/,test/
|