From 1c0335da333cbd386bc936ba10153a065d229781 Mon Sep 17 00:00:00 2001 From: magajh Date: Tue, 22 Oct 2024 11:42:32 -0400 Subject: [PATCH] chore: update setup classifiers --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index 9bb40f91..0e36d3d6 100644 --- a/setup.py +++ b/setup.py @@ -39,16 +39,11 @@ def get_version(): packages=['eox_tenant'], classifiers=[ 'Development Status :: 5 - Production/Stable', - 'Framework :: Django :: 2.2', - 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.2', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', ], license='AGPL',