@@ -32,6 +32,10 @@ def version():
32
32
package_data = {"hiredis" : ["hiredis.pyi" , "py.typed" ]},
33
33
ext_modules = [ext ],
34
34
python_requires = ">=3.6" ,
35
+ project_urls = {
36
+ "Changes" : "https://github.com/redis/hiredis-py/releases" ,
37
+ "Issue tracker" : "https://github.com/hiredis/redis-py/issues" ,
38
+ },
35
39
classifiers = [
36
40
'Development Status :: 5 - Production/Stable' ,
37
41
'Intended Audience :: Developers' ,
@@ -40,11 +44,13 @@ def version():
40
44
'Operating System :: POSIX' ,
41
45
'Programming Language :: C' ,
42
46
'Programming Language :: Python :: 3' ,
47
+ 'Programming Language :: Python :: 3 :: Only' ,
43
48
'Programming Language :: Python :: 3.6' ,
44
49
'Programming Language :: Python :: 3.7' ,
45
50
'Programming Language :: Python :: 3.8' ,
46
51
'Programming Language :: Python :: 3.9' ,
47
52
'Programming Language :: Python :: 3.10' ,
53
+ 'Programming Language :: Python :: 3.11' ,
48
54
'Programming Language :: Python :: Implementation :: CPython' ,
49
55
'Topic :: Software Development' ,
50
56
],
0 commit comments