We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f5ef1 commit 2665b4eCopy full SHA for 2665b4e
inelsmqtt/py.typed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "elkoep-aio-mqtt"
7
-version = "0.1.0.beta.2"
+version = "0.1.0.beta.3"
8
description = "Python library for iNELS mqtt protocol"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -27,6 +27,9 @@ dependencies = []
27
where = ["."]
28
include = ["inelsmqtt*"]
29
30
+[tool.setuptools.package-data]
31
+inelsmqtt = ["py.typed"]
32
+
33
[project.optional-dependencies]
34
test = [
35
"pytest>=8.2.0",
0 commit comments