Skip to content

Commit

Permalink
build: Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 22, 2022
1 parent 0b9214d commit 0df1331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "unihan_db"
version = "0.3.0"
description = "SQLAlchemy models for UNIHAN database"
description = "SQLAlchemy models for UNIHAN CJK database"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
classifiers = [
Expand All @@ -20,7 +20,7 @@ classifiers = [
"Topic :: Utilities",
"Topic :: Software Development :: Internationalization"
]
keywords = ["unihan", "sqlalchemy", "cjk"]
keywords = ["unihan", "sqlalchemy", "cjk", "chinese", "japanese", "sql", "database"]

readme = 'README.md'
packages = [
Expand Down
2 changes: 1 addition & 1 deletion unihan_db/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "unihan-db"
__package_name__ = "unihan_db"
__description__ = "SQLAlchemy models for UNIHAN database"
__description__ = "SQLAlchemy models for UNIHAN CJK database"
__version__ = "0.3.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/cihai/unihan-db"
Expand Down

0 comments on commit 0df1331

Please sign in to comment.