From 63cad653e759babd2780c45e1981c97ba864c699 Mon Sep 17 00:00:00 2001 From: himkt Date: Sat, 13 Jan 2024 22:12:09 +0900 Subject: [PATCH] feat: add py.typed --- pyproject.toml | 1 + src/konoha/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/konoha/py.typed 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