Skip to content

Commit

Permalink
Update pyproject.toml to use workspace configuration for langflow-base
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Sep 26, 2024
1 parent 616c018 commit daa26e5
Show file tree
Hide file tree
Showing 2 changed files with 709 additions and 627 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading

0 comments on commit daa26e5

Please sign in to comment.