Skip to content

Commit

Permalink
Change the folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 8, 2024
1 parent bc6f804 commit 4e9718b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions opentelemetry-distro/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ dependencies = [
test = []

[project.entry-points.opentelemetry_configurator]
aws_configurator = "opentelemetry.distro.amazon.aws_opentelemetry_configurator:AwsOpenTelemetryConfigurator"
aws_configurator = "opentelemetry.distro.aws_opentelemetry_configurator:AwsOpenTelemetryConfigurator"

[project.entry-points.opentelemetry_distro]
aws_distro = "opentelemetry.distro.amazon.aws_opentelemetry_distro:AwsOpenTelemetryDistro"
aws_distro = "opentelemetry.distro.aws_opentelemetry_distro:AwsOpenTelemetryDistro"

[project.urls]
Homepage = "https://github.com/aws-observability/aws-otel-python-instrumentation/tree/main/opentelemetry-distro"

[tool.hatch.version]
path = "src/opentelemetry/distro/amazon/version.py"
path = "src/amazon/opentelemetry/distro/version.py"

[tool.hatch.build.targets.sdist]
include = [
Expand All @@ -39,4 +39,4 @@ include = [
]

[tool.hatch.build.targets.wheel]
packages = ["src/opentelemetry"]
packages = ["src/amazon/opentelemetry"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from unittest import TestCase

from opentelemetry.distro.amazon.aws_opentelemetry_configurator import (
from opentelemetry.distro.aws_opentelemetry_configurator import (
AwsOpenTelemetryConfigurator,
AwsTracerProvider,
)
Expand Down

0 comments on commit 4e9718b

Please sign in to comment.