fix(build): pyproject.toml setup

This commit is contained in:
Marvin Schmidt
2025-07-11 12:01:34 +02:00
parent ba0cffd853
commit 42a1da0041

View File

@@ -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]