Skip to content

Commit 2665b4e

Browse files
committed
Add py.typed marker for MyPy support
1 parent 70f5ef1 commit 2665b4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

inelsmqtt/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "elkoep-aio-mqtt"
7-
version = "0.1.0.beta.2"
7+
version = "0.1.0.beta.3"
88
description = "Python library for iNELS mqtt protocol"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -27,6 +27,9 @@ dependencies = []
2727
where = ["."]
2828
include = ["inelsmqtt*"]
2929

30+
[tool.setuptools.package-data]
31+
inelsmqtt = ["py.typed"]
32+
3033
[project.optional-dependencies]
3134
test = [
3235
"pytest>=8.2.0",

0 commit comments

Comments
 (0)