Skip to content

Commit

Permalink
correct project name & pip install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Mar 25, 2024
1 parent 584e22f commit 43d5790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo is bootstrapped with `npm create anywidget@latest`.
## Installation

```sh
pip install widget_bzvisualizer
pip install widget-bzvisualizer
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "widget_bzvisualizer"
name = "widget-bzvisualizer"
version = "0.2.0"
dependencies = ["anywidget"]
readme = "README.md"
Expand Down

0 comments on commit 43d5790

Please sign in to comment.