File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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]
3030description = " Language definitions for Weblate"
3131keywords = [
32- " i18n l10n gettext git mercurial translate"
32+ " gettext" ,
33+ " git" ,
34+ " i18n" ,
35+ " l10n" ,
36+ " mercurial" ,
37+ " translate"
3338]
3439license = " MIT"
3540license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments