Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
li-plus committed Dec 1, 2023
1 parent 3286db5 commit 8b17a67
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 @@ -13,10 +13,10 @@ authors = [
maintainers = [
{name = "Jiahao Li", email = "[email protected]"},
]
description = "C++ implementation of ChatGLM-6B & ChatGLM2-6B"
description = "C++ implementation of ChatGLM family models and more LLMs"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["ChatGLM", "ChatGLM2", "Large Language Model"]
keywords = ["ChatGLM", "ChatGLM2", "ChatGLM3", "Large Language Model"]
license = {text = "MIT License"}
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ["version"]

Expand Down

0 comments on commit 8b17a67

Please sign in to comment.