From c4931b202d985934c87533a5ed215227670a9f40 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 30 Apr 2024 18:19:08 +0100 Subject: [PATCH] Ensure that py.typed gets packaged and distributed --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4a43139..dec905b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ license = "MIT" readme = "README.md" homepage = "https://ollama.ai" repository = "https://github.com/jmorganca/ollama-python" +include = [ + "ollama/py.typed" +] [tool.poetry.dependencies] python = "^3.8"