From 42a1da0041ba789b89583a1807c4254e00da1d42 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Fri, 11 Jul 2025 12:01:34 +0200 Subject: [PATCH] fix(build): pyproject.toml setup --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb1f288..8bb5b221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,8 +82,10 @@ Documentation = "https://github.com/HKUDS/LightRAG" Repository = "https://github.com/HKUDS/LightRAG" "Bug Tracker" = "https://github.com/HKUDS/LightRAG/issues" +[tool.setuptools.packages.find] +include = ["lightrag*"] + [tool.setuptools] -packages = ["lightrag"] include-package-data = true [tool.setuptools.dynamic]