From fa7bf7cbd19b07aceb61725aad0763b47cdd8083 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 5 Jun 2024 19:43:37 +0100 Subject: [PATCH] Revert explicit inclusion of py.typed --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dec905b..4a43139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,6 @@ 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"