From 58d6bedc068e7e5783322f1ce477b22a3358c207 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Sat, 4 Jul 2026 21:13:39 +0100 Subject: [PATCH] Add languages supported to project classifiers Signed-off-by: Arthit Suriyawongkul --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6695adc9..e35404ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,9 @@ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", + "Topic :: Software Development :: Code Generators", + "Programming Language :: C++", + "Programming Language :: Go", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", @@ -23,6 +26,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Rust", + "Topic :: File Formats :: JSON :: JSON Schema", ] license = "MIT"