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:
Gabriel Luiz Freitas Almeida 2024-09-26 09:49:56 -03:00 committed by GitHub
commit 31db1267b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 697 additions and 615 deletions

View file

@ -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"]

1307
uv.lock generated

File diff suppressed because it is too large Load diff