From a26ce6a9fb58d11fcdb7516812acce1babe51220 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 10 Jan 2026 20:22:44 +0000 Subject: [PATCH] Considered stable from here onwards. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7680fc3..a2b9171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ description = "AEGIS encryption easy to use Python binding. Wheels for major pla readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.10" classifiers = [ + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: Implementation :: CPython", "Operating System :: OS Independent", "Topic :: Security :: Cryptography",