Merge pull request #1768 from schmidt-marvin/main
fix(build): pyproject.toml setup
This commit is contained in:
commit
b0ca25e5f1
1 changed files with 3 additions and 1 deletions
|
|
@ -82,8 +82,10 @@ Documentation = "https://github.com/HKUDS/LightRAG"
|
||||||
Repository = "https://github.com/HKUDS/LightRAG"
|
Repository = "https://github.com/HKUDS/LightRAG"
|
||||||
"Bug Tracker" = "https://github.com/HKUDS/LightRAG/issues"
|
"Bug Tracker" = "https://github.com/HKUDS/LightRAG/issues"
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["lightrag*"]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["lightrag"]
|
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue