Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wren/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wren Engine CLI and Python SDK — semantic SQL layer for 20+ data sources.
## Installation

```bash
pip install wren
pip install wren-engine
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions wren/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "wren"
name = "wren-engine"
dynamic = ["version"]
description = "Wren Engine CLI and Python SDK — semantic SQL layer for 20+ data sources"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "Apache-2.0" }
keywords = ["wren", "sql", "semantic", "mdl", "datafusion"]
keywords = ["wrenai", "wren", "sql", "semantic", "mdl", "datafusion"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
Loading