From ad57c9ec8826832229b200a5d206a079d5a3c01b Mon Sep 17 00:00:00 2001 From: efe <113731512+efenatuyo@users.noreply.github.com> Date: Sat, 30 Sep 2023 17:39:32 +0200 Subject: [PATCH] Update setup.py --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index ae62126..a73c402 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,5 @@ install_requires=[ 'aiohttp', ], - classifiers=[ - 'Development Status :: 3 - Alpha', - 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache License 2.0', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', - ], license='Apache License 2.0', )