Skip to content

Commit bb7bf96

Browse files
committed
fix: corrected classifiers in pyproject.toml
1 parent 8bde74f commit bb7bf96

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,25 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3 :: Only",
1818
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.10",
1920
"Programming Language :: Python :: 3.11",
2021
"Programming Language :: Python :: 3.12",
2122
"Programming Language :: Python :: 3.13",
2223
"Programming Language :: Python :: 3.14",
2324
"Programming Language :: Python :: 3.9",
24-
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python",
2626
"Topic :: Software Development :: Internationalization",
2727
"Topic :: Software Development :: Localization",
2828
"Topic :: Utilities"
2929
]
3030
description = "Language definitions for Weblate"
3131
keywords = [
32-
"i18n l10n gettext git mercurial translate"
32+
"gettext",
33+
"git",
34+
"i18n",
35+
"l10n",
36+
"mercurial",
37+
"translate"
3338
]
3439
license = "MIT"
3540
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)