Skip to content

Commit 1fbc2d1

Browse files
authored
setup.py: Add project_urls for PyPI (#1867)
1 parent 15f315a commit 1fbc2d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
]
2222
),
2323
url="https://github.com/redis/redis-py",
24+
project_urls={
25+
"Documentation": "https://redis.readthedocs.io/en/latest/",
26+
"Changes": "https://github.com/redis/redis-py/releases",
27+
"Code": "https://github.com/redis/redis-py",
28+
"Issue tracker": "https://github.com/redis/redis-py/issues",
29+
},
2430
author="Redis Inc.",
2531
author_email="[email protected]",
2632
python_requires=">=3.6",

0 commit comments

Comments
 (0)