From f0cb0d683fc226a2267194583749f70775281152 Mon Sep 17 00:00:00 2001 From: adi <> Date: Thu, 26 Dec 2019 14:40:11 +0100 Subject: [PATCH] Supported Django and Python versions #2 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 92a46be..00438c9 100755 --- a/setup.py +++ b/setup.py @@ -104,7 +104,6 @@ setup( 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Environment :: Plugins', - 'Framework :: Django', 'Framework :: Django :: 2.0', 'Framework :: Django :: 2.1', 'Framework :: Django :: 2.2', @@ -113,7 +112,6 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: JavaScript', - 'Programming Language :: Python', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',