Skip to content

Commit

Permalink
Test another folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 8, 2024
1 parent 04f2c69 commit bc6f804
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.amazon.distro.aws_opentelemetry_configurator:AwsOpenTelemetryConfigurator"
aws_configurator = "opentelemetry.distro.amazon.aws_opentelemetry_configurator:AwsOpenTelemetryConfigurator"

[project.entry-points.opentelemetry_distro]
aws_distro = "opentelemetry.amazon.distro.aws_opentelemetry_distro:AwsOpenTelemetryDistro"
aws_distro = "opentelemetry.distro.amazon.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/amazon/distro/version.py"
path = "src/opentelemetry/distro/amazon/version.py"

[tool.hatch.build.targets.sdist]
include = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from unittest import TestCase

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

0 comments on commit bc6f804

Please sign in to comment.