From 17cf975796988b5efbfd5e0f0de259d2b4069a7d Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Tue, 10 Jan 2023 10:43:36 +0300 Subject: [PATCH] Fix url in `Issue tracker` (#140) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b4b9d7..01677ce 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def version(): python_requires=">=3.7", project_urls={ "Changes": "https://github.com/redis/hiredis-py/releases", - "Issue tracker": "https://github.com/hiredis/redis-py/issues", + "Issue tracker": "https://github.com/redis/hiredis-py/issues", }, classifiers=[ 'Development Status :: 5 - Production/Stable',