From c36734ffdac187601c54730e7f124d4b9afdb1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 27 Jun 2023 15:53:57 +0200 Subject: [PATCH] fix: development status is stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e2d5f3..6efb67c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( install_requires=["tutor>=16.0.0,<17.0.0"], entry_points={"tutor.plugin.v1": ["cairn = tutorcairn.plugin"]}, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent",