From e7b095fd02e78d68d733bdcbbb874bcd757502f9 Mon Sep 17 00:00:00 2001 From: barshaul Date: Mon, 8 Jul 2024 22:17:08 +0000 Subject: [PATCH] Fix py metadata Signed-off-by: barshaul --- python/Cargo.toml | 2 +- python/pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 9f882a19e0..16632945bb 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "glide-for-redis" +name = "valkey-glide" version = "255.255.255" edition = "2021" license = "Apache-2.0" diff --git a/python/pyproject.toml b/python/pyproject.toml index 8bc6157045..c0399197b8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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", @@ -11,7 +11,6 @@ dependencies = [ "google-api-python-client==2.85.0" ] classifiers = [ - "Development Status :: 4 - Beta", "Topic :: Database", "Topic :: Utilities", "License :: OSI Approved :: Apache Software License",