Skip to content

Commit

Permalink
Add OpenTelemetry trove classifiers to PyPI packages (#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobond authored May 24, 2024
1 parent dbf6943 commit 832e859
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#3823] (https://github.com/open-telemetry/opentelemetry-python/pull/3823))
- Add span flags to OTLP spans and links
([#3881](https://github.com/open-telemetry/opentelemetry-python/pull/3881))
- Add OpenTelemetry trove classifiers to PyPI packages
([#3913] (https://github.com/open-telemetry/opentelemetry-python/pull/3913))

## Version 1.24.0/0.45b0 (2024-03-28)

Expand Down
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-opencensus/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
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
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-zipkin/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
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 opentelemetry-proto/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 opentelemetry-sdk/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 opentelemetry-semantic-conventions/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-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 832e859

Please sign in to comment.