Skip to content

Commit

Permalink
build: Add localization classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 27, 2022
1 parent 3229a55 commit 6475319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: PyPy',
"Topic :: Database",
"Topic :: Utilities",
"Topic :: Software Development :: Internationalization"
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Localization",
"Topic :: Utilities"
]
keywords = ["unihan", "sqlalchemy", "cjk", "chinese", "japanese", "sql", "database"]

Expand Down

0 comments on commit 6475319

Please sign in to comment.