From f89ea354c5cc35e178b982a6d6f65aaf3d6426b6 Mon Sep 17 00:00:00 2001 From: Alonso Date: Thu, 2 Jan 2020 11:11:54 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index b61a021..a1db565 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,10 @@ 'Programming Language :: Python :: 3', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: OS Independent', + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'Framework :: Django', + 'Environment :: Web Environment', ], python_requires='>=3.6', )