Skip to content

Commit b8f25b5

Browse files
authored
Python 3.11 trove, and links back to the project (#131)
1 parent bdee395 commit b8f25b5

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
@@ -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

Comments
 (0)