fix: update pyproject.toml to use workspace configuration for langflow-base (#3928)
Update pyproject.toml to use workspace configuration for langflow-base
This commit is contained in:
parent
616c01813e
commit
31db1267b4
2 changed files with 697 additions and 615 deletions
|
|
@ -22,7 +22,10 @@ include = ["src/backend/langflow/*", "src/backend/langflow/**/*"]
|
|||
documentation = "https://docs.langflow.org"
|
||||
|
||||
[tool.uv.sources]
|
||||
langflow-base = {path = "src/backend/base"}
|
||||
langflow-base = {workspace = true}
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["src/backend/base", "."]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/backend/langflow"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue