diff --git a/huum/py.typed b/huum/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index ad481d0..cca3e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "huum" -version = "0.8.1" +version = "0.8.2" description = "Python library for Huum saunas" authors = ["Frank Wickström "] repository = "https://github.com/frwickst/pyhuum" readme = "README.md" license = "MIT" +include = ["huum/py.typed"] [tool.poetry.dependencies] python = ">3.9"