Merge pull request #2284 from danielaskdd/fix-static-missiing
HotFix: Include static files in package distribution
This commit is contained in:
commit
8145201d2e
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
include requirements.txt
|
||||
include lightrag/api/requirements.txt
|
||||
recursive-include lightrag/api/webui *
|
||||
recursive-include lightrag/api/static *
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ include-package-data = true
|
|||
version = {attr = "lightrag.__version__"}
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
lightrag = ["api/webui/**/*"]
|
||||
lightrag = ["api/webui/**/*", "api/static/**/*"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue