Skip to content

Commit 3ad5fa1

Browse files
authored
add pypi metadata (#106)
Noticed that [our recently published PyPI project](https://pypi.org/project/aws-opentelemetry-distro/) is missing some metadata that [Otel Python](https://pypi.org/project/opentelemetry-sdk/) has. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent d466063 commit 3ad5fa1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

aws-opentelemetry-distro/pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ description = "AWS OpenTelemetry Python Distro"
99
readme = "README.rst"
1010
license = "Apache-2.0"
1111
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+
]
1226

1327
dependencies = [
1428
"opentelemetry-api == 1.22.0",

0 commit comments

Comments
 (0)