Skip to content

Commit

Permalink
Update package metadata opentelemetry-propagator-aws-xray (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Sep 7, 2022
1 parent 09b509d commit b00701d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 78 deletions.
49 changes: 49 additions & 0 deletions propagator/opentelemetry-propagator-aws-xray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "opentelemetry-propagator-aws-xray"
dynamic = ["version"]
description = "AWS X-Ray Propagator for OpenTelemetry"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.7"
authors = [
{ name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"opentelemetry-api ~= 1.12",
]

[project.optional-dependencies]
test = []

[project.entry-points.opentelemetry_propagator]
xray = "opentelemetry.propagators.aws:AwsXRayPropagator"

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/propagator/opentelemetry-propagator-aws-xray"

[tool.hatch.version]
path = "src/opentelemetry/propagators/aws/version.py"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/tests",
]

[tool.hatch.build.targets.wheel]
packages = ["src/opentelemetry"]
52 changes: 0 additions & 52 deletions propagator/opentelemetry-propagator-aws-xray/setup.cfg

This file was deleted.

26 changes: 0 additions & 26 deletions propagator/opentelemetry-propagator-aws-xray/setup.py

This file was deleted.

0 comments on commit b00701d

Please sign in to comment.