Skip to content

sdk/__init__.py not correctly packaged #1078

@ffe4

Description

@ffe4

Describe your environment
macOS-10.15.5
Python 3.8
opentelemetry-sdk==0.12b0

Steps to reproduce

$ pip install opentelemetry-sdk
$ python -c 'import site, os; path = site.getsitepackages()[0]; print(os.path.exists(path + "/opentelemetry/sdk/"))'
True
$ python -c 'import site, os; path = site.getsitepackages()[0]; print(os.path.exists(path + "/opentelemetry/sdk/__init__.py"))'
False

What is the expected behavior?
I expected the __init__.py from opentelemetry-sdk/src/opentelemetry/sdk/__init__.py in the repository to be present.

What is the actual behavior?
The file was not there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions