Skip to content

Commit

Permalink
Add OpenTelemetry trove classifiers to PyPI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobond committed May 8, 2024
1 parent 397e357 commit b2ffd14
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-otlp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-prometheus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-zipkin-json/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Framework :: OpenTelemetry :: Exporters",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions opentelemetry-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions propagator/opentelemetry-propagator-b3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions propagator/opentelemetry-propagator-jaeger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions shim/opentelemetry-opencensus-shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions shim/opentelemetry-opentracing-shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions tests/opentelemetry-test-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: OpenTelemetry",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down

0 comments on commit b2ffd14

Please sign in to comment.