Skip to content

Commit 83f6660

Browse files
authored
Update pyproject.toml
1 parent 75dd82e commit 83f6660

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contextplus"
33
version = "0.1.1"
4-
description = "ContextPlus is a Python library designed to enhance conversations by providing real-time facts and information using large language models (LLMs). It operates completely on the CPU, making it accessible for integration into various applications without the need for specialized hardware."
4+
description = "Empowering Conversations with Real-Time Facts"
55
authors = ["Florian Wunderlich"]
66
readme = "README.md"
77

@@ -26,4 +26,4 @@ format-jinja = """
2626

2727
[build-system]
2828
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
29-
build-backend = "poetry_dynamic_versioning.backend"
29+
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)