Skip to content

Commit

Permalink
issue with \n in description
Browse files Browse the repository at this point in the history
  • Loading branch information
leolivier committed Sep 10, 2024
1 parent da30c84 commit 800f09c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ version = "1.2.0"
authors = [
{ name="Olivier LEVILLAIN", email="levillain.olivier@gmail.com" },
]
description = "A Python package to translate po files using LLMs.
Implements ChatGPT, Claude, Gemini, Grok and Ollama clients.
Uses a 1rst manual translation for desambiguating short PO pieces of sentences."
description = "A Python package to translate po files using LLMs. Implements ChatGPT, Claude, Gemini, Grok and Ollama clients. (Note: Grok implemented but not tested yet as Grok API is not yet available in my country). Uses a 1rst manual translation for desambiguating short PO pieces of sentences."
readme = "README.md"
requires-python = ">=3.10"
dependencies=[
Expand Down

0 comments on commit 800f09c

Please sign in to comment.