Skip to content

Commit ee8dd3c

Browse files
authored
fix: add py.typed to the package definition (#107)
* fix: add py.typed to the package definition * docs: update CHANGELOG.md
1 parent e48744e commit ee8dd3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Bug Fixes
1010

11+
1. [#107](https://github.com/InfluxCommunity/influxdb3-python/pull/107): Missing `py.typed` in distribution package
1112
1. [#111](https://github.com/InfluxCommunity/influxdb3-python/pull/111): Reduce log level of disposal of batch processor to DEBUG
1213

1314
## 0.8.0 [2024-08-12]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def get_version():
4747
author_email='contact@influxdata.com',
4848
url='https://github.com/InfluxCommunity/influxdb3-python',
4949
packages=find_packages(exclude=['tests', 'tests.*', 'examples', 'examples.*']),
50+
package_data={'influxdb_client_3': ['py.typed']},
5051
extras_require={
5152
'pandas': ['pandas'],
5253
'polars': ['polars'],

0 commit comments

Comments
 (0)