add skeleton for aws-opentelemetry-extensions package#820
Conversation
Scaffold the new standalone package (pyproject.toml, README.rst, .coveragerc, version.py, and the amazon.opentelemetry.serviceevents namespace) with no code moved yet. Nothing outside the new folder changes.
|
Claude finished @liustve's task in 1m 46s —— View job PR Review — Scaffolding for
|
PACKAGE NAME IS SUBJECT TO CHANGE
Adds the skeleton for a new standalone
aws-opentelemetry-extensionspackage as the first step toward migrating ServiceEvents out ofaws-opentelemetry-distrointo its own package.This PR is scaffolding only —
pyproject.toml,README.rst,.coveragerc,version.py, and theamazon.opentelemetry.serviceeventsnamespace. No ServiceEvents code is moved yet, and nothing outside the new folder changes. Follow-up PRs will move the code over.