Skip to content

Type hints (py.typed) missing from pypi release #666

Closed
@ruffson

Description

@ruffson

Specifications

  • Client Version: 1.45.0
  • InfluxDB Version: n/a
  • Platform: n/a

Code sample to reproduce problem

From the comment mentioned below, this snippet illustrates the problem:

python -m venv venv
. venv/bin/activate
python -m pip install influxdb_client
ls -l venv/lib/python3.11/site-packages/influxdb_client | grep typed
# Nothing

Expected behavior

As mentioned by this comment, the file py.typed is missing from the pypi release which is getting installed via pip.

Actual behavior

The py.typed file being present in the pypi release.

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions