We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d466063 commit 3ad5fa1Copy full SHA for 3ad5fa1
aws-opentelemetry-distro/pyproject.toml
@@ -9,6 +9,20 @@ description = "AWS OpenTelemetry Python Distro"
9
readme = "README.rst"
10
license = "Apache-2.0"
11
requires-python = ">=3.8"
12
+authors = [
13
+ { name = "Amazon Web Services" },
14
+]
15
+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
26
27
dependencies = [
28
"opentelemetry-api == 1.22.0",
0 commit comments