From c937bacc9c7f420d8d10c646c357b3fbf1a09c69 Mon Sep 17 00:00:00 2001 From: Alexander Nestorov Date: Wed, 28 Aug 2024 10:18:10 +0200 Subject: [PATCH] Update Classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e1edf7..d526e9b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ classifiers=[ 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries :: Python Modules', - 'Development Status :: 4 - Stable', + 'Development Status :: 4 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',