Skip to content

Commit

Permalink
Fix python package name
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Jul 8, 2024
1 parent 63615b4 commit 8fee5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
glide-for-redis>=0.1
valkey-glide
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=0.13,<0.14"]
build-backend = "maturin"

[project]
name = "glide-for-redis"
name = "valkey-glide"
requires-python = ">=3.8"
dependencies = [
"async-timeout>=4.0.2",
Expand Down

0 comments on commit 8fee5a3

Please sign in to comment.