Skip to content

Commit

Permalink
readme updated & pypi published
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Mar 29, 2024
1 parent e2ae19c commit b81a619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This is the library for connecting to Bee decentralised storage using python.
You can install `bee-py` via \[pip\] from \[PyPI\]:

```sh
pip install bee-py
pip install swarm-bee-py
```

## 🚀 Usage
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project specifications
[project]
name = "bee-py"
name = "swarm-bee-py"
version = "0.1.0"
description = "Python client library for connecting to Bee decentralised storage"
authors = [
Expand Down Expand Up @@ -193,4 +193,4 @@ testpaths = "tests"
markers = "fuzzing: Run Hypothesis fuzz test suite"
filterwarnings = [
"ignore::DeprecationWarning",
]
]

0 comments on commit b81a619

Please sign in to comment.