diff --git a/pyproject.toml b/pyproject.toml index d384127..1060b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ description = "A tiny sentence/word tokenizer for Japanese text written in Pytho authors = ["himkt "] readme = "README.md" packages = [{include = "konoha", from = "src" }] +include = ["src/konoha/py.typed"] license = "MIT" [tool.poetry.dependencies] diff --git a/src/konoha/py.typed b/src/konoha/py.typed new file mode 100644 index 0000000..e69de29