From 0e02f230b9c7ed8d6ed594732feaefb983f713f2 Mon Sep 17 00:00:00 2001 From: Michael Slattery Date: Thu, 30 May 2024 14:36:04 -0400 Subject: [PATCH] feature #360 - Distribute py.typed --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a6a6a8642..627209e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,10 @@ description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" readme = "README.md" +packages = [ + { include = "litellm" }, + { include = "litellm/py.typed"}, +] [tool.poetry.urls] homepage = "https://litellm.ai"