Skip to content

Commit

Permalink
Fix py metadata
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul committed Jul 8, 2024
1 parent f5b34b5 commit e7b095f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "glide-for-redis"
name = "valkey-glide"
version = "255.255.255"
edition = "2021"
license = "Apache-2.0"
Expand Down
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ 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",
"typing-extensions>=4.8.0",
"google-api-python-client==2.85.0"
]
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Database",
"Topic :: Utilities",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit e7b095f

Please sign in to comment.