We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
1 parent 15f315a commit 1fbc2d1Copy full SHA for 1fbc2d1
setup.py
@@ -21,6 +21,12 @@
21
]
22
),
23
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
+ },
30
author="Redis Inc.",
31
author_email="[email protected]",
32
python_requires=">=3.6",
0 commit comments