From 821351a12b97f407153218d4fe13d4745e93314d Mon Sep 17 00:00:00 2001
From: Ivan Sitkin <alviner@nebius.com>
Date: Mon, 5 Feb 2024 10:55:30 +0100
Subject: [PATCH] feat: mark as stable

---
 pyproject.toml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 494a276..b123d07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,12 +6,14 @@ authors = ["Ivan Sitkin <alvinera@yandex.ru>"]
 repository = "https://github.com/alviner/poem-plugins"
 homepage = "https://pypi.org/project/poem-plugins"
 documentation = "https://github.com/alviner/poem-plugins"
-keywords = ["plugins", "poetry"]
+keywords = ["plugins", "poetry", "packaging", ]
 license = "MIT"
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Console",
     "Intended Audience :: Developers",
+    "Intended Audience :: Education",
+    "Intended Audience :: Information Technology",
     "Intended Audience :: System Administrators",
     "License :: OSI Approved :: MIT License",
     "Operating System :: MacOS :: MacOS X",
@@ -20,10 +22,13 @@ classifiers = [
     "Operating System :: POSIX",
     "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: 3",
+    "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python",
+    "Topic :: Software Development :: Build Tools",
+    "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 readme = "README.md"
 packages = [{include = "poem_plugins"}]