From cc9d1b534e05207f24b3d9a1be06e5d9a45a728e Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 21 Sep 2026 21:19:27 +0800 Subject: [PATCH] chore: add keywords and classifiers for project --- pyproject.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6997230..d11792a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,35 @@ authors = [ ] requires-python = ">=3.13" license = { text = "MIT" } +keywords = [ + "localization", + "l10n", + "i18n", + "translation", + "gettext", + "pot", + "po", + "metadata", + "rc", + "msix", + "appstream", + "desktop-entry", + "plist", + "innosetup", +] +classifiers = [ + "Development Status :: 2 - Pre-Alpha", + "Environment :: Console", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.13", + "Topic :: Software Development :: Internationalization", + "Topic :: Software Development :: Localization", + "Topic :: Software Development :: Build Tools", +] dependencies = [ "langcodes>=3.5.1", "polib>=1.2.0",