From 776f1d5d9e94536763d0789ad00cea722bf1ec9b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Oct 2019 11:38:36 -0700 Subject: [PATCH] setup.py: Set development status classifier to production/stable FreedomBox is available in Debian stable, hardware is available for purchase and many end users are using it in theirs homes everyday. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bae788a7..12323aead 100755 --- a/setup.py +++ b/setup.py @@ -248,7 +248,7 @@ setuptools.setup( scripts=['bin/plinth'], license='COPYING.md', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: End Users/Desktop',