fix: rename root package to beanflows-pipeline to avoid workspace conflict
Some checks failed
CI / test-cli (push) Failing after 11s
CI / test-sqlmesh (push) Failing after 9s
CI / test-web (push) Successful in 15s
CI / tag (push) Has been skipped

The web package is already named 'beanflows'. Renaming the root CLI/infra
package to 'beanflows-pipeline' (src/beanflows_pipeline/) resolves the
uv workspace name conflict and Python namespace collision.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-28 23:32:07 +01:00
parent d14990bb01
commit 79ce3f2913
12 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "beanflows"
name = "beanflows-pipeline"
version = "0.1.0"
description = "Add your description here"
readme = "readme.md"
@@ -20,7 +20,7 @@ dependencies = [
]
[project.scripts]
beanflows = "beanflows.cli:app"
beanflows = "beanflows_pipeline.cli:app"
[dependency-groups]