From ad669e05045f214440157b7f9cb38379b9e4363e Mon Sep 17 00:00:00 2001 From: Ianis Vasilev Date: Sat, 16 May 2026 19:12:13 +0300 Subject: [PATCH] Mark the project as typed --- pyproject.toml | 1 + src/stop_words/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/stop_words/py.typed diff --git a/pyproject.toml b/pyproject.toml index 80db556..333c51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Topic :: Text Processing", "Topic :: Text Processing :: Filters", + "Typing :: Typed", ] requires-python = ">=3.11" dynamic = ["version"] diff --git a/src/stop_words/py.typed b/src/stop_words/py.typed new file mode 100644 index 0000000..e69de29