From 05dbd3cc5bece7fff2ab665510157b3c34d4755b Mon Sep 17 00:00:00 2001 From: dolfies Date: Tue, 3 Dec 2024 23:17:14 -0500 Subject: [PATCH] chore: Update classifiers and add author email --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 3d5314ab0..c51a718e2 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ extras_require = { setup( name='discord.py-self' if prefix == 'discord' else f'{prefix}.py', author='Dolfies', + author_email='me@dolfi.es', url='https://github.com/dolfies/discord.py-self', project_urls={ 'Documentation': 'https://discordpy-self.readthedocs.io/en/latest/', @@ -88,6 +89,9 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules',