Skip to content

Commit

Permalink
Delete __init__.py, refactor the folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 8, 2024
1 parent 1d1ff14 commit 95672df
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-distro/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ aws_distro = "opentelemetry.distro.aws_opentelemetry_distro:AwsOpenTelemetryDist
Homepage = "https://github.com/aws-observability/aws-otel-python-instrumentation/tree/main/opentelemetry-distro"

[tool.hatch.version]
path = "src/opentelemetry/distro/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"]
2 changes: 0 additions & 2 deletions opentelemetry-distro/src/opentelemetry/distro/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions opentelemetry-distro/tests/__init__.py

This file was deleted.

0 comments on commit 95672df

Please sign in to comment.