@@ -32,6 +32,10 @@ def version():
3232 package_data = {"hiredis" : ["hiredis.pyi" , "py.typed" ]},
3333 ext_modules = [ext ],
3434 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+ },
3539 classifiers = [
3640 'Development Status :: 5 - Production/Stable' ,
3741 'Intended Audience :: Developers' ,
@@ -40,11 +44,13 @@ def version():
4044 'Operating System :: POSIX' ,
4145 'Programming Language :: C' ,
4246 'Programming Language :: Python :: 3' ,
47+ 'Programming Language :: Python :: 3 :: Only' ,
4348 'Programming Language :: Python :: 3.6' ,
4449 'Programming Language :: Python :: 3.7' ,
4550 'Programming Language :: Python :: 3.8' ,
4651 'Programming Language :: Python :: 3.9' ,
4752 'Programming Language :: Python :: 3.10' ,
53+ 'Programming Language :: Python :: 3.11' ,
4854 'Programming Language :: Python :: Implementation :: CPython' ,
4955 'Topic :: Software Development' ,
5056 ],
0 commit comments