From 1fbc2d10cb94b888883cb3e7908bb9e2a4389806 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 10 Jan 2022 02:18:42 -0600 Subject: `setup.py`: Add project_urls for PyPI (#1867) --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 7733220..054b0c0 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,12 @@ setup( ] ), url="https://github.com/redis/redis-py", + project_urls={ + "Documentation": "https://redis.readthedocs.io/en/latest/", + "Changes": "https://github.com/redis/redis-py/releases", + "Code": "https://github.com/redis/redis-py", + "Issue tracker": "https://github.com/redis/redis-py/issues", + }, author="Redis Inc.", author_email="oss@redis.com", python_requires=">=3.6", -- cgit v1.2.1