Skip to content

Commit

Permalink
PYTHON: Add Python package description (#3019)
Browse files Browse the repository at this point in the history
* add Python package description

Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: Joseph Brinkman <[email protected]>
  • Loading branch information
jbrinkman authored Jan 29, 2025
1 parent be05a99 commit 96fb589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "valkey-glide"
description = "An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0, 7.2 and 8.0."
requires-python = ">=3.9"
dependencies = [
# Note: If you add a dependency here, make sure to also add it to requirements.txt
Expand Down

0 comments on commit 96fb589

Please sign in to comment.