Skip to content

Commit 5a7ded8

Browse files
committed
Added Text Processing classifier
1 parent 347e342 commit 5a7ded8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ classifiers = [
7474
"Topic :: Software Development :: Libraries",
7575
"Topic :: Software Development :: Libraries :: Python Modules",
7676
"Topic :: Software Development :: Localization",
77+
"Topic :: Text Processing",
7778
"Topic :: Text Processing :: Linguistic",
7879
"Topic :: Utilities",
7980
"Typing :: Typed",

latin-locales/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ classifiers = [
5959
"Topic :: Software Development :: Libraries :: Python Modules",
6060
"Topic :: Software Development :: Internationalization",
6161
"Topic :: Software Development :: Localization",
62+
"Topic :: Text Processing",
6263
"Topic :: Text Processing :: Linguistic",
6364
"Topic :: Utilities",
6465
]

non-latin-locales/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ classifiers = [
6060
"Topic :: Software Development :: Libraries :: Python Modules",
6161
"Topic :: Software Development :: Internationalization",
6262
"Topic :: Software Development :: Localization",
63+
"Topic :: Text Processing",
6364
"Topic :: Text Processing :: Linguistic",
6465
"Topic :: Utilities",
6566
]

0 commit comments

Comments
 (0)