Marvin Schmidt
commited on
Commit
·
cb12b1a
1
Parent(s):
4644ee6
fix(build): pyproject.toml setup
Browse files- pyproject.toml +3 -1
pyproject.toml
CHANGED
@@ -82,8 +82,10 @@ Documentation = "https://github.com/HKUDS/LightRAG"
|
|
82 |
Repository = "https://github.com/HKUDS/LightRAG"
|
83 |
"Bug Tracker" = "https://github.com/HKUDS/LightRAG/issues"
|
84 |
|
|
|
|
|
|
|
85 |
[tool.setuptools]
|
86 |
-
packages = ["lightrag"]
|
87 |
include-package-data = true
|
88 |
|
89 |
[tool.setuptools.dynamic]
|
|
|
82 |
Repository = "https://github.com/HKUDS/LightRAG"
|
83 |
"Bug Tracker" = "https://github.com/HKUDS/LightRAG/issues"
|
84 |
|
85 |
+
[tool.setuptools.packages.find]
|
86 |
+
include = ["lightrag*"]
|
87 |
+
|
88 |
[tool.setuptools]
|
|
|
89 |
include-package-data = true
|
90 |
|
91 |
[tool.setuptools.dynamic]
|