summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2022-11-03 15:15:12 -0500
committerJason Madden <jamadden@gmail.com>2022-11-03 15:15:12 -0500
commitf18bff43df80c5190760dc2aedfa436a1fae7bed (patch)
tree375d78b8b6e5a4644d78e36c736a114f8fd54f19 /setup.py
parentfc50ac173d0011492c19c87eb619017fdab47fd9 (diff)
downloadgreenlet-f18bff43df80c5190760dc2aedfa436a1fae7bed.tar.gz
setup.py: Add Python 3.11 to the PyPI classifier metadata.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a4248af..6c3984c 100755
--- a/setup.py
+++ b/setup.py
@@ -184,7 +184,7 @@ setup(
author="Alexey Borzenkov",
author_email="snaury@gmail.com",
maintainer='Jason Madden',
- maintainer_email='jason@nextthought.com',
+ maintainer_email='jason@seecoresoftware.com',
project_urls={
'Bug Tracker': 'https://github.com/python-greenlet/greenlet/issues',
'Source Code': 'https://github.com/python-greenlet/greenlet/',
@@ -213,6 +213,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules'
],