From 981cfdd5f1891d0f53c6bc3d06f8bb016e63df82 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 22 Jul 2026 16:26:25 +0200 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f22dd4..38b1c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ readme = "README.md" license = "GPL-3.0-only" keywords = ["dns", "ddns", "service", "http", "https"] classifiers = [ - "Development Status :: 5 - Stable", + "Development Status :: 5 - Production/Stable", "Topic :: Internet :: Name Service (DNS)", "Intended Audience :: System Administrators", "Programming Language :: Python :: 3"