Skip to content

Commit bb5003e

Browse files
committed
fix wrong identation troveclassifiers
Signed-off-by: emdneto <[email protected]>
1 parent c694bcb commit bb5003e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/generate_workflows_lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25-
"Typing :: Typed",
2625
"Programming Language :: Python :: 3.13",
26+
"Typing :: Typed",
2727
]
2828
dependencies = ["Jinja2", "tox"]
2929

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ authors = [
1313
{ name = "OpenTelemetry Authors", email = "[email protected]"}
1414
]
1515
classifiers = [
16-
"Development Status :: 4 - Beta",
17-
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: Apache Software License",
19-
"Programming Language :: Python",
20-
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
23-
"Programming Language :: Python :: 3.10",
24-
"Programming Language :: Python :: 3.11",
25-
"Programming Language :: Python :: 3.12",
16+
"Development Status :: 4 - Beta",
17+
"Intended Audience :: Developers",
18+
"License :: OSI Approved :: Apache Software License",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
2727
]
2828
dependencies = [

opentelemetry-contrib-instrumentations/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30-
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.13",
3131
]
3232
dependencies = [
3333
"opentelemetry-instrumentation-aio-pika==0.51b0.dev",

opentelemetry-distro/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26-
"Typing :: Typed",
2726
"Programming Language :: Python :: 3.13",
27+
"Typing :: Typed",
2828
]
2929
dependencies = [
3030
"opentelemetry-api ~= 1.12",

0 commit comments

Comments
 (0)