Merge pull request #1768 from schmidt-marvin/main

fix(build): pyproject.toml setup
This commit is contained in:
Daniel.y 2025-07-12 05:44:48 +08:00 committed by GitHub
commit b0ca25e5f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]