Skip to content

Commit

Permalink
rename to lea-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 17, 2023
1 parent 70b4879 commit e380174
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyc
*.db
.env
dist/
2 changes: 1 addition & 1 deletion examples/jaffle_shop/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart TB
staging(staging)
core(core)
staging(staging)
staging --> core
```

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "lea"
name = "lea-cli"
version = "0.1.0"
description = "A minimalist alternative to dbt"
authors = ["Max Halford <[email protected]>"]
packages = [
{ include="lea", from="." },
]

[tool.poetry.dependencies]
python = ">=3.10"
Expand Down

0 comments on commit e380174

Please sign in to comment.